#764D00

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

Shades of Raw Umber #764D00

Tints of Raw Umber #764D00

Color information

#764D00 (or 0x764D00) is unknown color: approx Raw Umber. HEX triplet: 76, 4D and 00. RGB value is (118,77,0). Sum of RGB (Red+Green+Blue) = 118+77+0=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #764D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764D00 is #89B2FF. Grayscale: #505050. Windows color (decimal): -9024256 or 19830. OLE color: 19830.

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

Color convert

RGB118770-
CMYK00.3510.54
HSL39.15º100%23.14%-
HSV(B)39.15º100%46.27%-
XYZ10.139.161.23-
YUV80.4882.58154.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.51%
GREEN value IS 77 (30.47% from 255) = 39.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.51%
G=39.49%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11877000.3510.5439.1510023.14
Hex764D00236436276417
Octal1661150043144664714427
Binary11101101001101001000111100100110110100111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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