#756165

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

Shades of Scorpion #756165

Tints of Scorpion #756165

Color information

#756165 (or 0x756165) is unknown color: approx Scorpion. HEX triplet: 75, 61 and 65. RGB value is (117,97,101). Sum of RGB (Red+Green+Blue) = 117+97+101=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #756165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756165 is #8A9E9A. Grayscale: #676767. Windows color (decimal): -9084571 or 6644085. OLE color: 6644085.

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

Color convert

RGB11797101-
CMYK00.170.140.54
HSL348º9.35%41.96%-
HSV(B)348º17.09%45.88%-
XYZ13.9613.2714.14-
YUV103.44126.63137.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 97 (38.28% from 255) = 30.79%
BLUE value IS 101 (39.84% from 255) = 32.06%
R=37.14%
G=30.79%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179710100.170.140.543489.3541.96
Hex756165011E3615c92a
Octal16514114502116665341152
Binary11101011100001110010101000111101101101010111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756165; }

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

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

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

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

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

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

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

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