#757462

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

Shades of Kokoda #757462

Tints of Kokoda #757462

Color information

#757462 (or 0x757462) is unknown color: approx Kokoda. HEX triplet: 75, 74 and 62. RGB value is (117,116,98). Sum of RGB (Red+Green+Blue) = 117+116+98=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 117 - color contains mainly: red. Hex color #757462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757462 is #8A8B9D. Grayscale: #727272. Windows color (decimal): -9079710 or 6452341. OLE color: 6452341.

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

Color convert

RGB11711698-
CMYK00.010.160.54
HSL56.84º8.84%42.16%-
HSV(B)56.84º16.24%45.88%-
XYZ15.7917.1514.03-
YUV114.25118.83129.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.35%
GREEN value IS 116 (45.70% from 255) = 35.05%
BLUE value IS 98 (38.67% from 255) = 29.61%
R=35.35%
G=35.05%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171169800.010.160.5456.848.8442.16
Hex7574620110363992a
Octal165164142012066711152
Binary11101011110100110001001100001101101110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757462; }

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

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

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

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

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

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

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

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