#756169

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

Shades of Scorpion #756169

Tints of Scorpion #756169

Color information

#756169 (or 0x756169) is unknown color: approx Scorpion. HEX triplet: 75, 61 and 69. RGB value is (117,97,105). Sum of RGB (Red+Green+Blue) = 117+97+105=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #756169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756169 is #8A9E96. Grayscale: #676767. Windows color (decimal): -9084567 or 6906229. OLE color: 6906229.

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

Color convert

RGB11797105-
CMYK00.170.100.54
HSL336º9.35%41.96%-
HSV(B)336º17.09%45.88%-
XYZ14.1613.3515.2-
YUV103.89128.63137.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.68%
GREEN value IS 97 (38.28% from 255) = 30.41%
BLUE value IS 105 (41.41% from 255) = 32.92%
R=36.68%
G=30.41%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179710500.170.100.543369.3541.96
Hex756169011A3615092a
Octal16514115102112665201152
Binary11101011100001110100101000110101101101010100001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756169; }

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

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

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

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

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

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

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

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