#75656E

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

Shades of Scorpion #75656E

Tints of Scorpion #75656E

Color information

#75656E (or 0x75656E) is unknown color: approx Scorpion. HEX triplet: 75, 65 and 6E. RGB value is (117,101,110). Sum of RGB (Red+Green+Blue) = 117+101+110=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #75656E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75656E is #8A9A91. Grayscale: #6A6A6A. Windows color (decimal): -9083538 or 7234933. OLE color: 7234933.

HSL color Cylindrical-coordinate representation of color #75656E: hue angle of 326.25º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #75656E is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB117101110-
CMYK00.140.060.54
HSL326.25º7.34%42.75%-
HSV(B)326.25º13.68%45.88%-
XYZ14.814.2216.72-
YUV106.81129.8135.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 101 (39.84% from 255) = 30.79%
BLUE value IS 110 (43.36% from 255) = 33.54%
R=35.67%
G=30.79%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710111000.140.060.54326.257.3442.75
Hex75656E0E63614672b
Octal165145156016666506753
Binary11101011100101110111001110110110110101000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75656E; }

 p { color: rgb(117,101,110); }

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

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

 a { background-color: rgb(117,101,110); }

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

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

 span { border-color: rgb(117,101,110); }

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