Html Css Color HEX #765D09 Raw Umber

📋 copy color: '#765D09'

red 118 ◦ green 93 ◦ blue 9

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

Shades of Raw Umber #765D09

Tints of Raw Umber #765D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.09%

R = 53.64%
G = 42.27%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#765D09 (or 0x765D09) is known color: Raw Umber. HEX triplet: 76, 5D and 09. RGB value is (118,93,9). Sum of RGB (Red+Green+Blue) = 118+93+9=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #765D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765D09 is #89A2F6. Grayscale: #5B5B5B. Windows color (decimal): -9020151 or 613750. OLE color: 613750.

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

Color convert

RGB 118 93 9 -
CMYK 0 0.21 0.92 0.54
HSL 46.24º 0.86% 0.25% -
HSV(B) 46.24º 0.92% 0.46% -
XYZ 11.43 11.7 1.91 -
YUV 90.9 81.78 147.33 -
System Red Green Blue C M Y K H S L
Decimal 118 93 9 0 0.21 0.92 0.54 46.24 0.86 0.25
Hex 76 5D 9 0 15 5C 36 2E 56 19
Octal 166 135 11 0 25 134 66 56 126 31
Binary 1110110 1011101 1001 0 10101 1011100 110110 101110 1010110 11001

Color Harmonies of #765D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D09

Black with #765D09

Text Example


Text Example

White with #765D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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