Html Css Color HEX #764C0E Raw Umber

📋 copy color: '#764C0E'

red 118 ◦ green 76 ◦ blue 14

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

Shades of Raw Umber #764C0E

Tints of Raw Umber #764C0E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.54%

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

R = 56.73%
G = 36.54%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#764C0E (or 0x764C0E) is known color: Raw Umber. HEX triplet: 76, 4C and 0E. RGB value is (118,76,14). Sum of RGB (Red+Green+Blue) = 118+76+14=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #764C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764C0E is #89B3F1. Grayscale: #515151. Windows color (decimal): -9024498 or 937078. OLE color: 937078.

HSL color Cylindrical-coordinate representation of color #764C0E: hue angle of 35.77º 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 #764C0E is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 76 14 -
CMYK 0 0.36 0.88 0.54
HSL 35.77º 0.79% 0.26% -
HSV(B) 35.77º 0.88% 0.46% -
XYZ 10.13 9.05 1.63 -
YUV 81.49 89.91 154.04 -
System Red Green Blue C M Y K H S L
Decimal 118 76 14 0 0.36 0.88 0.54 35.77 0.79 0.26
Hex 76 4C E 0 24 58 36 24 4F 1A
Octal 166 114 16 0 44 130 66 44 117 32
Binary 1110110 1001100 1110 0 100100 1011000 110110 100100 1001111 11010

Color Harmonies of #764C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C0E

Black with #764C0E

Text Example


Text Example

White with #764C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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