#75606B

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

Shades of Scorpion #75606B

Tints of Scorpion #75606B

Color information

#75606B (or 0x75606B) is unknown color: approx Scorpion. HEX triplet: 75, 60 and 6B. RGB value is (117,96,107). Sum of RGB (Red+Green+Blue) = 117+96+107=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 117 - color contains mainly: red. Hex color #75606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75606B is #8A9F94. Grayscale: #676767. Windows color (decimal): -9084821 or 7037045. OLE color: 7037045.

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

Color convert

RGB11796107-
CMYK00.180.090.54
HSL328.57º9.86%41.76%-
HSV(B)328.57º17.95%45.88%-
XYZ14.1713.2115.71-
YUV103.53129.96137.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 107 (42.19% from 255) = 33.44%
R=36.56%
G=30%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179610700.180.090.54328.579.8641.76
Hex75606B012936149a2a
Octal16514015302211665111252
Binary11101011100000110101101001010011101101010010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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