#75606C

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

Shades of Scorpion #75606C

Tints of Scorpion #75606C

Color information

#75606C (or 0x75606C) is unknown color: approx Scorpion. HEX triplet: 75, 60 and 6C. RGB value is (117,96,108). Sum of RGB (Red+Green+Blue) = 117+96+108=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 117 - color contains mainly: red. Hex color #75606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75606C is #8A9F93. Grayscale: #676767. Windows color (decimal): -9084820 or 7102581. OLE color: 7102581.

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

Color convert

RGB11796108-
CMYK00.180.080.54
HSL325.71º9.86%41.76%-
HSV(B)325.71º17.95%45.88%-
XYZ14.2313.2315.99-
YUV103.65130.46137.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 108 (42.58% from 255) = 33.64%
R=36.45%
G=29.91%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179610800.180.080.54325.719.8641.76
Hex75606C012836146a2a
Octal16514015402210665061252
Binary11101011100000110110001001010001101101010001101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75606C; }

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

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

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

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

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

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

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

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