Html Css Color HEX #764F14 Raw Umber

📋 copy color: '#764F14'

red 118 ◦ green 79 ◦ blue 20

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

Shades of Raw Umber #764F14

Tints of Raw Umber #764F14

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.41%

 BLUE value IS 20 (8.2% from 255) = 9.22%

R = 54.38%
G = 36.41%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#764F14 (or 0x764F14) is known color: Raw Umber. HEX triplet: 76, 4F and 14. RGB value is (118,79,20). Sum of RGB (Red+Green+Blue) = 118+79+20=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #764F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764F14 is #89B0EB. Grayscale: #545454. Windows color (decimal): -9023724 or 1331062. OLE color: 1331062.

HSL color Cylindrical-coordinate representation of color #764F14: hue angle of 36.12º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #764F14 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 79 20 -
CMYK 0 0.33 0.83 0.54
HSL 36.12º 0.71% 0.27% -
HSV(B) 36.12º 0.83% 0.46% -
XYZ 10.39 9.49 1.95 -
YUV 83.94 91.92 152.3 -
System Red Green Blue C M Y K H S L
Decimal 118 79 20 0 0.33 0.83 0.54 36.12 0.71 0.27
Hex 76 4F 14 0 21 53 36 24 47 1B
Octal 166 117 24 0 41 123 66 44 107 33
Binary 1110110 1001111 10100 0 100001 1010011 110110 100100 1000111 11011

Color Harmonies of #764F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F14

Black with #764F14

Text Example


Text Example

White with #764F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,79,20); }

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

background-color css

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

 a { background-color: rgb(118,79,20); }

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

border-color css

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

 span { border-color: rgb(118,79,20); }

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