#776807

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

Shades of Olive #776807

Tints of Olive #776807

Color information

#776807 (or 0x776807) is unknown color: approx Olive. HEX triplet: 77, 68 and 07. RGB value is (119,104,7). Sum of RGB (Red+Green+Blue) = 119+104+7=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #776807 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776807 is #8897F8. Grayscale: #616161. Windows color (decimal): -8951801 or 485495. OLE color: 485495.

HSL color Cylindrical-coordinate representation of color #776807: hue angle of 51.96º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #776807 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB1191047-
CMYK00.130.940.53
HSL51.96º88.89%24.71%-
HSV(B)51.96º94.12%46.67%-
XYZ12.613.842.21-
YUV97.4376.97143.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.74%
GREEN value IS 104 (41.02% from 255) = 45.22%
BLUE value IS 7 (3.12% from 255) = 3.04%
R=51.74%
G=45.22%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119104700.130.940.5351.9688.8924.71
Hex776870D5E35345919
Octal1671507015136656413131
Binary11101111101000111011011011110110101110100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776807; }

 p { color: rgb(119,104,7); }

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

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

 a { background-color: rgb(119,104,7); }

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

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

 span { border-color: rgb(119,104,7); }

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