#774002

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

Shades of Raw Umber #774002

Tints of Raw Umber #774002

Color information

#774002 (or 0x774002) is unknown color: approx Raw Umber. HEX triplet: 77, 40 and 02. RGB value is (119,64,2). Sum of RGB (Red+Green+Blue) = 119+64+2=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #774002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774002 is #88BFFD. Grayscale: #494949. Windows color (decimal): -8962046 or 147575. OLE color: 147575.

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

Color convert

RGB119642-
CMYK00.460.980.53
HSL31.79º96.69%23.73%-
HSV(B)31.79º98.32%46.67%-
XYZ9.457.591.02-
YUV73.3887.72160.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 64.32%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 2 (1.17% from 255) = 1.08%
R=64.32%
G=34.59%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11964200.460.980.5331.7996.6923.73
Hex7740202E6235206118
Octal1671002056142654014130
Binary111011110000001001011101100010110101100000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774002; }

 p { color: rgb(119,64,2); }

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

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

 a { background-color: rgb(119,64,2); }

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

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

 span { border-color: rgb(119,64,2); }

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