#764A00

Color #764A00 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #764A00

Tints of Raw Umber #764A00

Color information

#764A00 (or 0x764A00) is unknown color: approx Raw Umber. HEX triplet: 76, 4A and 00. RGB value is (118,74,0). Sum of RGB (Red+Green+Blue) = 118+74+0=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #764A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764A00 is #89B5FF. Grayscale: #4F4F4F. Windows color (decimal): -9025024 or 19062. OLE color: 19062.

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

Color convert

RGB118740-
CMYK00.3710.54
HSL37.63º100%23.14%-
HSV(B)37.63º100%46.27%-
XYZ9.928.751.17-
YUV78.7283.58156.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.46%
GREEN value IS 74 (29.30% from 255) = 38.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.46%
G=38.54%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11874000.3710.5437.6310023.14
Hex764A00256436266417
Octal1661120045144664614427
Binary11101101001010001001011100100110110100110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #764A00;
 }
 .AnyTagClassName
 {
   color: #764A00;
 }
</style>
background-color css

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

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

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

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

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

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