#776002

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

Shades of Raw Umber #776002

Tints of Raw Umber #776002

Color information

#776002 (or 0x776002) is unknown color: approx Raw Umber. HEX triplet: 77, 60 and 02. RGB value is (119,96,2). Sum of RGB (Red+Green+Blue) = 119+96+2=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #776002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776002 is #889FFD. Grayscale: #5C5C5C. Windows color (decimal): -8953854 or 155767. OLE color: 155767.

HSL color Cylindrical-coordinate representation of color #776002: hue angle of 48.21º 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 #776002 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB119962-
CMYK00.190.980.53
HSL48.21º96.69%23.73%-
HSV(B)48.21º98.32%46.67%-
XYZ11.812.291.81-
YUV92.1677.12147.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.84%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 2 (1.17% from 255) = 0.92%
R=54.84%
G=44.24%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11996200.190.980.5348.2196.6923.73
Hex776020136235306118
Octal1671402023142656014130
Binary11101111100000100100111100010110101110000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776002; }

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

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

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

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

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

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

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

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