#777456

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

Shades of Kokoda #777456

Tints of Kokoda #777456

Color information

#777456 (or 0x777456) is unknown color: approx Kokoda. HEX triplet: 77, 74 and 56. RGB value is (119,116,86). Sum of RGB (Red+Green+Blue) = 119+116+86=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #777456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777456 is #888BA9. Grayscale: #717171. Windows color (decimal): -8948650 or 5665911. OLE color: 5665911.

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

Color convert

RGB11911686-
CMYK00.030.280.53
HSL54.55º16.1%40.2%-
HSV(B)54.55º27.73%46.67%-
XYZ15.5317.0811.28-
YUV113.48112.49131.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.07%
GREEN value IS 116 (45.70% from 255) = 36.14%
BLUE value IS 86 (33.98% from 255) = 26.79%
R=37.07%
G=36.14%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191168600.030.280.5354.5516.140.2
Hex777456031C35371028
Octal167164126033465672050
Binary1110111111010010101100111110011010111011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777456; }

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

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

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

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

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

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

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

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