#777356

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

Shades of Kokoda #777356

Tints of Kokoda #777356

Color information

#777356 (or 0x777356) is unknown color: approx Kokoda. HEX triplet: 77, 73 and 56. RGB value is (119,115,86). Sum of RGB (Red+Green+Blue) = 119+115+86=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #777356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777356 is #888CA9. Grayscale: #717171. Windows color (decimal): -8948906 or 5665655. OLE color: 5665655.

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

Color convert

RGB11911586-
CMYK00.030.280.53
HSL52.73º16.1%40.2%-
HSV(B)52.73º27.73%46.67%-
XYZ15.4216.8611.24-
YUV112.89112.83132.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 86 (33.98% from 255) = 26.88%
R=37.19%
G=35.94%
B=26.88%

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
Decimal1191158600.030.280.5352.7316.140.2
Hex777356031C35351028
Octal167163126033465652050
Binary1110111111001110101100111110011010111010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777356; }

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

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

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

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

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

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

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

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