#756469

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

Shades of Scorpion #756469

Tints of Scorpion #756469

Color information

#756469 (or 0x756469) is unknown color: approx Scorpion. HEX triplet: 75, 64 and 69. RGB value is (117,100,105). Sum of RGB (Red+Green+Blue) = 117+100+105=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 117 - color contains mainly: red. Hex color #756469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756469 is #8A9B96. Grayscale: #696969. Windows color (decimal): -9083799 or 6906997. OLE color: 6906997.

HSL color Cylindrical-coordinate representation of color #756469: hue angle of 342.35º 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 #756469 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB117100105-
CMYK00.150.100.54
HSL342.35º7.83%42.55%-
HSV(B)342.35º14.53%45.88%-
XYZ14.4413.9215.29-
YUV105.65127.63136.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 100 (39.45% from 255) = 31.06%
BLUE value IS 105 (41.41% from 255) = 32.61%
R=36.34%
G=31.06%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710010500.150.100.54342.357.8342.55
Hex7564690FA3615682b
Octal16514415101712665261053
Binary1110101110010011010010111110101101101010101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756469; }

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

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

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

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

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

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

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

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