#75646E

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

Shades of Scorpion #75646E

Tints of Scorpion #75646E

Color information

#75646E (or 0x75646E) is unknown color: approx Scorpion. HEX triplet: 75, 64 and 6E. RGB value is (117,100,110). Sum of RGB (Red+Green+Blue) = 117+100+110=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 117 - color contains mainly: red. Hex color #75646E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75646E is #8A9B91. Grayscale: #6A6A6A. Windows color (decimal): -9083794 or 7234677. OLE color: 7234677.

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

Color convert

RGB117100110-
CMYK00.150.060.54
HSL324.71º7.83%42.55%-
HSV(B)324.71º14.53%45.88%-
XYZ14.7114.0216.68-
YUV106.22130.13135.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 100 (39.45% from 255) = 30.58%
BLUE value IS 110 (43.36% from 255) = 33.64%
R=35.78%
G=30.58%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710011000.150.060.54324.717.8342.55
Hex75646E0F63614582b
Octal1651441560176665051053
Binary111010111001001101110011111101101101010001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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