#765D01

Color #765D01 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #765D01

Tints of Raw Umber #765D01

Color information

#765D01 (or 0x765D01) is unknown color: approx Raw Umber. HEX triplet: 76, 5D and 01. RGB value is (118,93,1). Sum of RGB (Red+Green+Blue) = 118+93+1=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #765D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765D01 is #89A2FE. Grayscale: #5A5A5A. Windows color (decimal): -9020159 or 89462. OLE color: 89462.

HSL color Cylindrical-coordinate representation of color #765D01: hue angle of 47.18º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #765D01 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB118931-
CMYK00.210.990.54
HSL47.18º98.32%23.33%-
HSV(B)47.18º99.15%46.27%-
XYZ11.3911.681.68-
YUV89.9977.78147.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 55.66%
GREEN value IS 93 (36.72% from 255) = 43.87%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=55.66%
G=43.87%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11893100.210.990.5447.1898.3223.33
Hex765D101563362f6217
Octal1661351025143665714227
Binary1110110101110110101011100011110110101111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765D01; }

 p { color: rgb(118,93,1); }

 H1.HeaderClassName
 {
   color: #765D01;
 }
 .AnyTagClassName
 {
   color: #765D01;
 }
</style>
background-color css

<style>
 a { background-color: #765D01; }

 a { background-color: rgb(118,93,1); }

 div.DivClassName
 {
   background-color: #765D01;
 }
 .BgClassName
 {
   background-color: #765D01;
 }
</style>
border-color css

<style>
 span { border-color: #765D01; }

 span { border-color: rgb(118,93,1); }

 td.TdClassName
 {
   border-color: #765D01;
 }
 .TagClassName
 {
   border-color: #765D01;
 }
</style>