#757360

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

Shades of Kokoda #757360

Tints of Kokoda #757360

Color information

#757360 (or 0x757360) is unknown color: approx Kokoda. HEX triplet: 75, 73 and 60. RGB value is (117,115,96). Sum of RGB (Red+Green+Blue) = 117+115+96=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #757360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757360 is #8A8C9F. Grayscale: #717171. Windows color (decimal): -9079968 or 6321013. OLE color: 6321013.

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

Color convert

RGB11711596-
CMYK00.020.180.54
HSL54.29º9.86%41.76%-
HSV(B)54.29º17.95%45.88%-
XYZ15.5816.8913.5-
YUV113.43118.16130.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 115 (45.31% from 255) = 35.06%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=35.67%
G=35.06%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171159600.020.180.5454.299.8641.76
Hex75736002123636a2a
Octal165163140022266661252
Binary111010111100111100000010100101101101101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757360; }

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

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

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

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

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

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

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

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