#756A6F

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

Shades of Scorpion #756A6F

Tints of Scorpion #756A6F

Color information

#756A6F (or 0x756A6F) is unknown color: approx Scorpion. HEX triplet: 75, 6A and 6F. RGB value is (117,106,111). Sum of RGB (Red+Green+Blue) = 117+106+111=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 117 - color contains mainly: red. Hex color #756A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A6F is #8A9590. Grayscale: #6D6D6D. Windows color (decimal): -9082257 or 7301749. OLE color: 7301749.

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

Color convert

RGB117106111-
CMYK00.090.050.54
HSL332.73º4.93%43.73%-
HSV(B)332.73º9.4%45.88%-
XYZ15.3615.2417.17-
YUV109.86128.64133.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.03%
GREEN value IS 106 (41.80% from 255) = 31.74%
BLUE value IS 111 (43.75% from 255) = 33.23%
R=35.03%
G=31.74%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710611100.090.050.54332.734.9343.73
Hex756A6F0953614d52c
Octal165152157011566515554
Binary11101011101010110111101001101110110101001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756A6F; }

 p { color: rgb(117,106,111); }

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

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

 a { background-color: rgb(117,106,111); }

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

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

 span { border-color: rgb(117,106,111); }

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