#764E05

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

Shades of Raw Umber #764E05

Tints of Raw Umber #764E05

Color information

#764E05 (or 0x764E05) is unknown color: approx Raw Umber. HEX triplet: 76, 4E and 05. RGB value is (118,78,5). Sum of RGB (Red+Green+Blue) = 118+78+5=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #764E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764E05 is #89B1FA. Grayscale: #515151. Windows color (decimal): -9023995 or 347766. OLE color: 347766.

HSL color Cylindrical-coordinate representation of color #764E05: hue angle of 38.76º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #764E05 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB118785-
CMYK00.340.960.54
HSL38.76º91.87%24.12%-
HSV(B)38.76º95.76%46.27%-
XYZ10.229.311.4-
YUV81.6484.75153.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.71%
GREEN value IS 78 (30.86% from 255) = 38.81%
BLUE value IS 5 (2.34% from 255) = 2.49%
R=58.71%
G=38.81%
B=2.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11878500.340.960.5438.7691.8724.12
Hex764E50226036275c18
Octal1661165042140664713430
Binary1110110100111010101000101100000110110100111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,78,5); }

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

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

 a { background-color: rgb(118,78,5); }

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

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

 span { border-color: rgb(118,78,5); }

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