#777225

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

Shades of Olivetone #777225

Tints of Olivetone #777225

Color information

#777225 (or 0x777225) is unknown color: approx Olivetone. HEX triplet: 77, 72 and 25. RGB value is (119,114,37). Sum of RGB (Red+Green+Blue) = 119+114+37=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #777225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777225 is #888DDA. Grayscale: #6B6B6B. Windows color (decimal): -8949211 or 2454135. OLE color: 2454135.

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

Color convert

RGB11911437-
CMYK00.040.690.53
HSL56.34º52.56%30.59%-
HSV(B)56.34º68.91%46.67%-
XYZ13.9616.094.12-
YUV106.7288.66136.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 114 (44.92% from 255) = 42.22%
BLUE value IS 37 (14.84% from 255) = 13.70%
R=44.07%
G=42.22%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191143700.040.690.5356.3452.5630.59
Hex77722504453538351f
Octal167162450410565706537
Binary111011111100101001010100100010111010111100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777225; }

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

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

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

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

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

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

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

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