#777622

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

Shades of Olivetone #777622

Tints of Olivetone #777622

Color information

#777622 (or 0x777622) is unknown color: approx Olivetone. HEX triplet: 77, 76 and 22. RGB value is (119,118,34). Sum of RGB (Red+Green+Blue) = 119+118+34=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #777622 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777622 is #8889DD. Grayscale: #6D6D6D. Windows color (decimal): -8948190 or 2258551. OLE color: 2258551.

HSL color Cylindrical-coordinate representation of color #777622: hue angle of 59.29º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #777622 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB11911834-
CMYK00.010.710.53
HSL59.29º55.56%30%-
HSV(B)59.29º71.43%46.67%-
XYZ14.3716.994.04-
YUV108.7285.83135.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.91%
GREEN value IS 118 (46.48% from 255) = 43.54%
BLUE value IS 34 (13.67% from 255) = 12.55%
R=43.91%
G=43.54%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191183400.010.710.5359.2955.5630
Hex7776220147353b381e
Octal167166420110765737036
Binary1110111111011010001001100011111010111101111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777622; }

 p { color: rgb(119,118,34); }

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

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

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

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

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

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

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