#777557

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

Shades of Kokoda #777557

Tints of Kokoda #777557

Color information

#777557 (or 0x777557) is unknown color: approx Kokoda. HEX triplet: 77, 75 and 57. RGB value is (119,117,87). Sum of RGB (Red+Green+Blue) = 119+117+87=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 119 - color contains mainly: red. Hex color #777557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777557 is #888AA8. Grayscale: #727272. Windows color (decimal): -8948393 or 5731703. OLE color: 5731703.

HSL color Cylindrical-coordinate representation of color #777557: hue angle of 56.25º 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 #777557 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB11911787-
CMYK00.020.270.53
HSL56.25º15.53%40.39%-
HSV(B)56.25º26.89%46.67%-
XYZ15.6917.3311.54-
YUV114.18112.66131.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.84%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 87 (34.38% from 255) = 26.93%
R=36.84%
G=36.22%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191178700.020.270.5356.2515.5340.39
Hex777557021B35381028
Octal167165127023365702050
Binary1110111111010110101110101101111010111100010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777557; }

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

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

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

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

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

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

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

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