#756A6E

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

Shades of Scorpion #756A6E

Tints of Scorpion #756A6E

Color information

#756A6E (or 0x756A6E) is unknown color: approx Scorpion. HEX triplet: 75, 6A and 6E. RGB value is (117,106,110). Sum of RGB (Red+Green+Blue) = 117+106+110=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 117 - color contains mainly: red. Hex color #756A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A6E is #8A9591. Grayscale: #6D6D6D. Windows color (decimal): -9082258 or 7236213. OLE color: 7236213.

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

Color convert

RGB117106110-
CMYK00.090.060.54
HSL338.18º4.93%43.73%-
HSV(B)338.18º9.4%45.88%-
XYZ15.315.2216.88-
YUV109.74128.14133.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 106 (41.80% from 255) = 31.83%
BLUE value IS 110 (43.36% from 255) = 33.03%
R=35.14%
G=31.83%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710611000.090.060.54338.184.9343.73
Hex756A6E0963615252c
Octal165152156011666522554
Binary11101011101010110111001001110110110101010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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