Html Css Color HEX #764F10 Raw Umber

📋 copy color: '#764F10'

red 118 ◦ green 79 ◦ blue 16

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

Shades of Raw Umber #764F10

Tints of Raw Umber #764F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.51%

R = 55.4%
G = 37.09%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#764F10 (or 0x764F10) is known color: Raw Umber. HEX triplet: 76, 4F and 10. RGB value is (118,79,16). Sum of RGB (Red+Green+Blue) = 118+79+16=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #764F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764F10 is #89B0EF. Grayscale: #535353. Windows color (decimal): -9023728 or 1068918. OLE color: 1068918.

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

Color convert

RGB 118 79 16 -
CMYK 0 0.33 0.86 0.54
HSL 37.06º 0.76% 0.26% -
HSV(B) 37.06º 0.86% 0.46% -
XYZ 10.36 9.48 1.77 -
YUV 83.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 118 79 16 0 0.33 0.86 0.54 37.06 0.76 0.26
Hex 76 4F 10 0 21 56 36 25 4C 1A
Octal 166 117 20 0 41 126 66 45 114 32
Binary 1110110 1001111 10000 0 100001 1010110 110110 100101 1001100 11010

Color Harmonies of #764F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F10

Black with #764F10

Text Example


Text Example

White with #764F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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