#764704

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

Shades of Raw Umber #764704

Tints of Raw Umber #764704

Color information

#764704 (or 0x764704) is unknown color: approx Raw Umber. HEX triplet: 76, 47 and 04. RGB value is (118,71,4). Sum of RGB (Red+Green+Blue) = 118+71+4=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #764704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764704 is #89B8FB. Grayscale: #4D4D4D. Windows color (decimal): -9025788 or 280438. OLE color: 280438.

HSL color Cylindrical-coordinate representation of color #764704: hue angle of 35.26º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #764704 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB118714-
CMYK00.400.970.54
HSL35.26º93.44%23.92%-
HSV(B)35.26º96.61%46.27%-
XYZ9.758.371.22-
YUV77.4286.57156.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.14%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 4 (1.95% from 255) = 2.07%
R=61.14%
G=36.79%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11871400.400.970.5435.2693.4423.92
Hex764740286136235d18
Octal1661074050141664313530
Binary1110110100011110001010001100001110110100011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764704; }

 p { color: rgb(118,71,4); }

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

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

 a { background-color: rgb(118,71,4); }

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

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

 span { border-color: rgb(118,71,4); }

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