#777666

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

Shades of Kokoda #777666

Tints of Kokoda #777666

Color information

#777666 (or 0x777666) is unknown color: approx Kokoda. HEX triplet: 77, 76 and 66. RGB value is (119,118,102). Sum of RGB (Red+Green+Blue) = 119+118+102=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 119 - color contains mainly: red. Hex color #777666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777666 is #888999. Grayscale: #747474. Windows color (decimal): -8948122 or 6714999. OLE color: 6714999.

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

Color convert

RGB119118102-
CMYK00.010.140.53
HSL56.47º7.69%43.33%-
HSV(B)56.47º14.29%46.67%-
XYZ16.4817.8415.14-
YUV116.47119.83129.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.10%
GREEN value IS 118 (46.48% from 255) = 34.81%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=35.10%
G=34.81%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911810200.010.140.5356.477.6943.33
Hex77766601E353882b
Octal167166146011665701053
Binary1110111111011011001100111101101011110001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777666; }

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

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

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

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

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

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

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

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