#757156

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

Shades of Kokoda #757156

Tints of Kokoda #757156

Color information

#757156 (or 0x757156) is unknown color: approx Kokoda. HEX triplet: 75, 71 and 56. RGB value is (117,113,86). Sum of RGB (Red+Green+Blue) = 117+113+86=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #757156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757156 is #8A8EA9. Grayscale: #6F6F6F. Windows color (decimal): -9080490 or 5665141. OLE color: 5665141.

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

Color convert

RGB11711386-
CMYK00.030.260.54
HSL52.26º15.27%39.8%-
HSV(B)52.26º26.5%45.88%-
XYZ14.9216.2611.16-
YUV111.12113.83132.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.03%
GREEN value IS 113 (44.53% from 255) = 35.76%
BLUE value IS 86 (33.98% from 255) = 27.22%
R=37.03%
G=35.76%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171138600.030.260.5452.2615.2739.8
Hex757156031A3634f28
Octal165161126033266641750
Binary111010111100011010110011110101101101101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757156; }

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

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

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

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

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

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

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

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