#776000

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

Shades of Raw Umber #776000

Tints of Raw Umber #776000

Color information

#776000 (or 0x776000) is unknown color: approx Raw Umber. HEX triplet: 77, 60 and 00. RGB value is (119,96,0). Sum of RGB (Red+Green+Blue) = 119+96+0=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #776000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776000 is #889FFF. Grayscale: #5C5C5C. Windows color (decimal): -8953856 or 24695. OLE color: 24695.

HSL color Cylindrical-coordinate representation of color #776000: hue angle of 48.4º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #776000 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB119960-
CMYK00.1910.53
HSL48.4º100%23.33%-
HSV(B)48.4º100%46.67%-
XYZ11.7912.291.75-
YUV91.9376.12147.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.35%
GREEN value IS 96 (37.89% from 255) = 44.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.35%
G=44.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11996000.1910.5348.410023.33
Hex776000136435306417
Octal1671400023144656014427
Binary1110111110000000100111100100110101110000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776000; }

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

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

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

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

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

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

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

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