#777729

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

Shades of Olivetone #777729

Tints of Olivetone #777729

Color information

#777729 (or 0x777729) is unknown color: approx Olivetone. HEX triplet: 77, 77 and 29. RGB value is (119,119,41). Sum of RGB (Red+Green+Blue) = 119+119+41=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777729 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777729 is #8888D6. Grayscale: #6E6E6E. Windows color (decimal): -8947927 or 2717559. OLE color: 2717559.

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

Color convert

RGB11911941-
CMYK000.660.53
HSL60º48.75%31.37%-
HSV(B)60º65.55%46.67%-
XYZ14.617.284.66-
YUV110.1189134.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.65%
GREEN value IS 119 (46.88% from 255) = 42.65%
BLUE value IS 41 (16.41% from 255) = 14.70%
R=42.65%
G=42.65%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911941000.660.536048.7531.37
Hex7777290042353c311f
Octal167167510010265746137
Binary1110111111011110100100100001011010111110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777729; }

 p { color: rgb(119,119,41); }

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

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

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

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

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

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

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