#757460

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

Shades of Kokoda #757460

Tints of Kokoda #757460

Color information

#757460 (or 0x757460) is unknown color: approx Kokoda. HEX triplet: 75, 74 and 60. RGB value is (117,116,96). Sum of RGB (Red+Green+Blue) = 117+116+96=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #757460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757460 is #8A8B9F. Grayscale: #727272. Windows color (decimal): -9079712 or 6321269. OLE color: 6321269.

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

Color convert

RGB11711696-
CMYK00.010.180.54
HSL57.14º9.86%41.76%-
HSV(B)57.14º17.95%45.88%-
XYZ15.6917.1213.54-
YUV114.02117.83130.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 116 (45.70% from 255) = 35.26%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=35.56%
G=35.26%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171169600.010.180.5457.149.8641.76
Hex75746001123639a2a
Octal165164140012266711252
Binary11101011110100110000001100101101101110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757460; }

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

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

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

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

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

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

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

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