#777756

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

Shades of Kokoda #777756

Tints of Kokoda #777756

Color information

#777756 (or 0x777756) is unknown color: approx Kokoda. HEX triplet: 77, 77 and 56. RGB value is (119,119,86). Sum of RGB (Red+Green+Blue) = 119+119+86=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777756 is #8888A9. Grayscale: #737373. Windows color (decimal): -8947882 or 5666679. OLE color: 5666679.

HSL color Cylindrical-coordinate representation of color #777756: 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.28%. Process color model (Four color, CMYK) of #777756 is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB11911986-
CMYK000.280.53
HSL60º16.1%40.2%-
HSV(B)60º27.73%46.67%-
XYZ15.8817.7911.4-
YUV115.24111.5130.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.73%
GREEN value IS 119 (46.88% from 255) = 36.73%
BLUE value IS 86 (33.98% from 255) = 26.54%
R=36.73%
G=36.73%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911986000.280.536016.140.2
Hex777756001C353c1028
Octal167167126003465742050
Binary111011111101111010110001110011010111110010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777756; }

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

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

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

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

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

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

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

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