#757464

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

Shades of Kokoda #757464

Tints of Kokoda #757464

Color information

#757464 (or 0x757464) is unknown color: approx Kokoda. HEX triplet: 75, 74 and 64. RGB value is (117,116,100). Sum of RGB (Red+Green+Blue) = 117+116+100=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 117 - color contains mainly: red. Hex color #757464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757464 is #8A8B9B. Grayscale: #727272. Windows color (decimal): -9079708 or 6583413. OLE color: 6583413.

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

Color convert

RGB117116100-
CMYK00.010.150.54
HSL56.47º7.83%42.55%-
HSV(B)56.47º14.53%45.88%-
XYZ15.8817.1914.54-
YUV114.48119.83129.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 116 (45.70% from 255) = 34.83%
BLUE value IS 100 (39.45% from 255) = 30.03%
R=35.14%
G=34.83%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711610000.010.150.5456.477.8342.55
Hex75746401F363882b
Octal165164144011766701053
Binary1110101111010011001000111111101101110001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757464; }

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

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

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

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

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

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

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

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