Html Css Color HEX #764A0E Raw Umber

📋 copy color: '#764A0E'

red 118 ◦ green 74 ◦ blue 14

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

Shades of Raw Umber #764A0E

Tints of Raw Umber #764A0E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.92%

 BLUE value IS 14 (5.86% from 255) = 6.8%

R = 57.28%
G = 35.92%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#764A0E (or 0x764A0E) is known color: Raw Umber. HEX triplet: 76, 4A and 0E. RGB value is (118,74,14). Sum of RGB (Red+Green+Blue) = 118+74+14=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #764A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764A0E is #89B5F1. Grayscale: #505050. Windows color (decimal): -9025010 or 936566. OLE color: 936566.

HSL color Cylindrical-coordinate representation of color #764A0E: hue angle of 34.62º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #764A0E is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 74 14 -
CMYK 0 0.37 0.88 0.54
HSL 34.62º 0.79% 0.26% -
HSV(B) 34.62º 0.88% 0.46% -
XYZ 10 8.78 1.58 -
YUV 80.32 90.58 154.88 -
System Red Green Blue C M Y K H S L
Decimal 118 74 14 0 0.37 0.88 0.54 34.62 0.79 0.26
Hex 76 4A E 0 25 58 36 23 4F 1A
Octal 166 112 16 0 45 130 66 43 117 32
Binary 1110110 1001010 1110 0 100101 1011000 110110 100011 1001111 11010

Color Harmonies of #764A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764A0E

Black with #764A0E

Text Example


Text Example

White with #764A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,74,14); }

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

background-color css

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

 a { background-color: rgb(118,74,14); }

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

border-color css

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

 span { border-color: rgb(118,74,14); }

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