#777757

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

Shades of Kokoda #777757

Tints of Kokoda #777757

Color information

#777757 (or 0x777757) is unknown color: approx Kokoda. HEX triplet: 77, 77 and 57. RGB value is (119,119,87). Sum of RGB (Red+Green+Blue) = 119+119+87=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777757 is #8888A8. Grayscale: #737373. Windows color (decimal): -8947881 or 5732215. OLE color: 5732215.

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

Color convert

RGB11911987-
CMYK000.270.53
HSL60º15.53%40.39%-
HSV(B)60º26.89%46.67%-
XYZ15.9217.811.61-
YUV115.35112130.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.62%
GREEN value IS 119 (46.88% from 255) = 36.62%
BLUE value IS 87 (34.38% from 255) = 26.77%
R=36.62%
G=36.62%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911987000.270.536015.5340.39
Hex777757001B353c1028
Octal167167127003365742050
Binary111011111101111010111001101111010111110010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777757; }

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

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

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

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

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

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

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

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