#777525

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

Shades of Olivetone #777525

Tints of Olivetone #777525

Color information

#777525 (or 0x777525) is unknown color: approx Olivetone. HEX triplet: 77, 75 and 25. RGB value is (119,117,37). Sum of RGB (Red+Green+Blue) = 119+117+37=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #777525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777525 is #888ADA. Grayscale: #6C6C6C. Windows color (decimal): -8948443 or 2454903. OLE color: 2454903.

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

Color convert

RGB11911737-
CMYK00.020.690.53
HSL58.54º52.56%30.59%-
HSV(B)58.54º68.91%46.67%-
XYZ14.316.784.23-
YUV108.4887.66135.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 117 (46.09% from 255) = 42.86%
BLUE value IS 37 (14.84% from 255) = 13.55%
R=43.59%
G=42.86%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191173700.020.690.5358.5452.5630.59
Hex7775250245353b351f
Octal167165450210565736537
Binary11101111110101100101010100010111010111101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777525; }

 p { color: rgb(119,117,37); }

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

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

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

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

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

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

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