#757457

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

Shades of Kokoda #757457

Tints of Kokoda #757457

Color information

#757457 (or 0x757457) is unknown color: approx Kokoda. HEX triplet: 75, 74 and 57. RGB value is (117,116,87). Sum of RGB (Red+Green+Blue) = 117+116+87=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 117 - color contains mainly: red. Hex color #757457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757457 is #8A8BA8. Grayscale: #717171. Windows color (decimal): -9079721 or 5731445. OLE color: 5731445.

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

Color convert

RGB11711687-
CMYK00.010.260.54
HSL58º14.71%40%-
HSV(B)58º25.64%45.88%-
XYZ15.316.9611.48-
YUV112.99113.33130.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 116 (45.70% from 255) = 36.25%
BLUE value IS 87 (34.38% from 255) = 27.19%
R=36.56%
G=36.25%
B=27.19%

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
Decimal1171168700.010.260.545814.7140
Hex757457011A363af28
Octal165164127013266721750
Binary11101011110100101011101110101101101110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757457; }

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

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

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

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

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

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

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

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