#777559

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

Shades of Kokoda #777559

Tints of Kokoda #777559

Color information

#777559 (or 0x777559) is unknown color: approx Kokoda. HEX triplet: 77, 75 and 59. RGB value is (119,117,89). Sum of RGB (Red+Green+Blue) = 119+117+89=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 119 - color contains mainly: red. Hex color #777559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777559 is #888AA6. Grayscale: #727272. Windows color (decimal): -8948391 or 5862775. OLE color: 5862775.

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

Color convert

RGB11911789-
CMYK00.020.250.53
HSL56º14.42%40.78%-
HSV(B)56º25.21%46.67%-
XYZ15.7717.3711.97-
YUV114.41113.66131.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.62%
GREEN value IS 117 (46.09% from 255) = 36%
BLUE value IS 89 (35.16% from 255) = 27.38%
R=36.62%
G=36%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191178900.020.250.535614.4240.78
Hex77755902193538e29
Octal167165131023165701651
Binary111011111101011011001010110011101011110001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777559; }

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

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

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

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

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

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

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

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