Html Css Color HEX #765D08 Raw Umber

📋 copy color: '#765D08'

red 118 ◦ green 93 ◦ blue 8

#765D08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #765D08

Tints of Raw Umber #765D08

RGB

 RED value IS 118 (46.48% from 255) = 53.88%

 GREEN value IS 93 (36.72% from 255) = 42.47%

 BLUE value IS 8 (3.52% from 255) = 3.65%

R = 53.88%
G = 42.47%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#765D08 (or 0x765D08) is known color: Raw Umber. HEX triplet: 76, 5D and 08. RGB value is (118,93,8). Sum of RGB (Red+Green+Blue) = 118+93+8=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 93 (36.72% from 255 or 42.47% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #765D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765D08 is #89A2F7. Grayscale: #5B5B5B. Windows color (decimal): -9020152 or 548214. OLE color: 548214.

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

Color convert

RGB 118 93 8 -
CMYK 0 0.21 0.93 0.54
HSL 46.36º 0.87% 0.25% -
HSV(B) 46.36º 0.93% 0.46% -
XYZ 11.43 11.7 1.89 -
YUV 90.79 81.28 147.41 -
System Red Green Blue C M Y K H S L
Decimal 118 93 8 0 0.21 0.93 0.54 46.36 0.87 0.25
Hex 76 5D 8 0 15 5D 36 2E 57 19
Octal 166 135 10 0 25 135 66 56 127 31
Binary 1110110 1011101 1000 0 10101 1011101 110110 101110 1010111 11001

Color Harmonies of #765D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D08

Black with #765D08

Text Example


Text Example

White with #765D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #765D08;
 }
 .AnyTagClassName
 {
   color: #765D08;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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