Html Css Color HEX #764D0C Raw Umber

📋 copy color: '#764D0C'

red 118 ◦ green 77 ◦ blue 12

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

Shades of Raw Umber #764D0C

Tints of Raw Umber #764D0C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.2%

 BLUE value IS 12 (5.08% from 255) = 5.8%

R = 57%
G = 37.2%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#764D0C (or 0x764D0C) is known color: Raw Umber. HEX triplet: 76, 4D and 0C. RGB value is (118,77,12). Sum of RGB (Red+Green+Blue) = 118+77+12=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #764D0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764D0C is #89B2F3. Grayscale: #525252. Windows color (decimal): -9024244 or 806262. OLE color: 806262.

HSL color Cylindrical-coordinate representation of color #764D0C: hue angle of 36.79º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #764D0C is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 77 12 -
CMYK 0 0.35 0.90 0.54
HSL 36.79º 0.82% 0.25% -
HSV(B) 36.79º 0.9% 0.46% -
XYZ 10.19 9.19 1.58 -
YUV 81.85 88.58 153.79 -
System Red Green Blue C M Y K H S L
Decimal 118 77 12 0 0.35 0.90 0.54 36.79 0.82 0.25
Hex 76 4D C 0 23 5A 36 25 52 19
Octal 166 115 14 0 43 132 66 45 122 31
Binary 1110110 1001101 1100 0 100011 1011010 110110 100101 1010010 11001

Color Harmonies of #764D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D0C

Black with #764D0C

Text Example


Text Example

White with #764D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764D0C; }

 p { color: rgb(118,77,12); }

 H1.HeaderClassName
 {
   color: #764D0C;
 }
 .AnyTagClassName
 {
   color: #764D0C;
 }
</style>

background-color css

<style>
 a { background-color: #764D0C; }

 a { background-color: rgb(118,77,12); }

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

border-color css

<style>
 span { border-color: #764D0C; }

 span { border-color: rgb(118,77,12); }

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