#777656

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

Shades of Kokoda #777656

Tints of Kokoda #777656

Color information

#777656 (or 0x777656) is unknown color: approx Kokoda. HEX triplet: 77, 76 and 56. RGB value is (119,118,86). Sum of RGB (Red+Green+Blue) = 119+118+86=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 119 - color contains mainly: red. Hex color #777656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777656 is #8889A9. Grayscale: #727272. Windows color (decimal): -8948138 or 5666423. OLE color: 5666423.

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

Color convert

RGB11911886-
CMYK00.010.280.53
HSL58.18º16.1%40.2%-
HSV(B)58.18º27.73%46.67%-
XYZ15.7717.5511.36-
YUV114.65111.83131.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.84%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 86 (33.98% from 255) = 26.63%
R=36.84%
G=36.53%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191188600.010.280.5358.1816.140.2
Hex777656011C353a1028
Octal167166126013465722050
Binary111011111101101010110011110011010111101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777656; }

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

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

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

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

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

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

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

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