#777256

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

Shades of Kokoda #777256

Tints of Kokoda #777256

Color information

#777256 (or 0x777256) is unknown color: approx Kokoda. HEX triplet: 77, 72 and 56. RGB value is (119,114,86). Sum of RGB (Red+Green+Blue) = 119+114+86=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #777256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777256 is #888DA9. Grayscale: #707070. Windows color (decimal): -8949162 or 5665399. OLE color: 5665399.

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

Color convert

RGB11911486-
CMYK00.040.280.53
HSL50.91º16.1%40.2%-
HSV(B)50.91º27.73%46.67%-
XYZ15.316.6311.21-
YUV112.3113.16132.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.30%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 86 (33.98% from 255) = 26.96%
R=37.30%
G=35.74%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191148600.040.280.5350.9116.140.2
Hex777256041C35331028
Octal167162126043465632050
Binary11101111110010101011001001110011010111001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777256; }

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

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

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

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

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

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

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

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