#775004

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

Shades of Raw Umber #775004

Tints of Raw Umber #775004

Color information

#775004 (or 0x775004) is unknown color: approx Raw Umber. HEX triplet: 77, 50 and 04. RGB value is (119,80,4). Sum of RGB (Red+Green+Blue) = 119+80+4=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #775004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775004 is #88AFFB. Grayscale: #535353. Windows color (decimal): -8957948 or 282743. OLE color: 282743.

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

Color convert

RGB119804-
CMYK00.330.970.53
HSL39.65º93.5%24.12%-
HSV(B)39.65º96.64%46.67%-
XYZ10.59.671.43-
YUV8383.42153.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.62%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 4 (1.95% from 255) = 1.97%
R=58.62%
G=39.41%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11980400.330.970.5339.6593.524.12
Hex775040216135285d18
Octal1671204041141655013530
Binary1110111101000010001000011100001110101101000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775004; }

 p { color: rgb(119,80,4); }

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

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

 a { background-color: rgb(119,80,4); }

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

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

 span { border-color: rgb(119,80,4); }

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