Html Css Color HEX #764C10 Raw Umber

📋 copy color: '#764C10'

red 118 ◦ green 76 ◦ blue 16

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

Shades of Raw Umber #764C10

Tints of Raw Umber #764C10

RGB

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

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

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

R = 56.19%
G = 36.19%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#764C10 (or 0x764C10) is known color: Raw Umber. HEX triplet: 76, 4C and 10. RGB value is (118,76,16). Sum of RGB (Red+Green+Blue) = 118+76+16=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #764C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764C10 is #89B3EF. Grayscale: #525252. Windows color (decimal): -9024496 or 1068150. OLE color: 1068150.

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

Color convert

RGB 118 76 16 -
CMYK 0 0.36 0.86 0.54
HSL 35.29º 0.76% 0.26% -
HSV(B) 35.29º 0.86% 0.46% -
XYZ 10.15 9.06 1.7 -
YUV 81.72 90.91 153.88 -
System Red Green Blue C M Y K H S L
Decimal 118 76 16 0 0.36 0.86 0.54 35.29 0.76 0.26
Hex 76 4C 10 0 24 56 36 23 4C 1A
Octal 166 114 20 0 44 126 66 43 114 32
Binary 1110110 1001100 10000 0 100100 1010110 110110 100011 1001100 11010

Color Harmonies of #764C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C10

Black with #764C10

Text Example


Text Example

White with #764C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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