#735960

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

Shades of Scorpion #735960

Tints of Scorpion #735960

Color information

#735960 (or 0x735960) is unknown color: approx Scorpion. HEX triplet: 73, 59 and 60. RGB value is (115,89,96). Sum of RGB (Red+Green+Blue) = 115+89+96=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 115 - color contains mainly: red. Hex color #735960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735960 is #8CA69F. Grayscale: #616161. Windows color (decimal): -9217696 or 6314355. OLE color: 6314355.

HSL color Cylindrical-coordinate representation of color #735960: hue angle of 343.85º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #735960 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1158996-
CMYK00.230.170.55
HSL343.85º12.75%40%-
HSV(B)343.85º22.61%45.1%-
XYZ12.7511.6312.64-
YUV97.57127.11140.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.33%
GREEN value IS 89 (35.16% from 255) = 29.67%
BLUE value IS 96 (37.89% from 255) = 32%
R=38.33%
G=29.67%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115899600.230.170.55343.8512.7540
Hex7359600171137158d28
Octal16313114002721675301550
Binary111001110110011100000010111100011101111010110001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735960; }

 p { color: rgb(115,89,96); }

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

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

 a { background-color: rgb(115,89,96); }

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

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

 span { border-color: rgb(115,89,96); }

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