#757461

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

Shades of Kokoda #757461

Tints of Kokoda #757461

Color information

#757461 (or 0x757461) is unknown color: approx Kokoda. HEX triplet: 75, 74 and 61. RGB value is (117,116,97). Sum of RGB (Red+Green+Blue) = 117+116+97=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 117 - color contains mainly: red. Hex color #757461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757461 is #8A8B9E. Grayscale: #727272. Windows color (decimal): -9079711 or 6386805. OLE color: 6386805.

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

Color convert

RGB11711697-
CMYK00.010.170.54
HSL57º9.35%41.96%-
HSV(B)57º17.09%45.88%-
XYZ15.7417.1413.79-
YUV114.13118.33130.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 116 (45.70% from 255) = 35.15%
BLUE value IS 97 (38.28% from 255) = 29.39%
R=35.45%
G=35.15%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171169700.010.170.54579.3541.96
Hex7574610111363992a
Octal165164141012166711152
Binary11101011110100110000101100011101101110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757461; }

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

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

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

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

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

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

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

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