#757456

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

Shades of Kokoda #757456

Tints of Kokoda #757456

Color information

#757456 (or 0x757456) is unknown color: approx Kokoda. HEX triplet: 75, 74 and 56. RGB value is (117,116,86). Sum of RGB (Red+Green+Blue) = 117+116+86=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #757456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757456 is #8A8BA9. Grayscale: #717171. Windows color (decimal): -9079722 or 5665909. OLE color: 5665909.

HSL color Cylindrical-coordinate representation of color #757456: hue angle of 58.06º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #757456 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB11711686-
CMYK00.010.260.54
HSL58.06º15.27%39.8%-
HSV(B)58.06º26.5%45.88%-
XYZ15.2616.9411.27-
YUV112.88112.83130.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.68%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 86 (33.98% from 255) = 26.96%
R=36.68%
G=36.36%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171168600.010.260.5458.0615.2739.8
Hex757456011A363af28
Octal165164126013266721750
Binary11101011110100101011001110101101101110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757456; }

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

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

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

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

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

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

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

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