#777760

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

Shades of Kokoda #777760

Tints of Kokoda #777760

Color information

#777760 (or 0x777760) is unknown color: approx Kokoda. HEX triplet: 77, 77 and 60. RGB value is (119,119,96). Sum of RGB (Red+Green+Blue) = 119+119+96=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777760 is #88889F. Grayscale: #747474. Windows color (decimal): -8947872 or 6322039. OLE color: 6322039.

HSL color Cylindrical-coordinate representation of color #777760: hue angle of 60º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #777760 is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB11911996-
CMYK000.190.53
HSL60º10.7%42.16%-
HSV(B)60º19.33%46.67%-
XYZ16.3217.9613.67-
YUV116.38116.5129.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.63%
GREEN value IS 119 (46.88% from 255) = 35.63%
BLUE value IS 96 (37.89% from 255) = 28.74%
R=35.63%
G=35.63%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911996000.190.536010.742.16
Hex7777600013353cb2a
Octal167167140002365741352
Binary11101111110111110000000100111101011111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777760; }

 p { color: rgb(119,119,96); }

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

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

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

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

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

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

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