#735860

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

Shades of Scorpion #735860

Tints of Scorpion #735860

Color information

#735860 (or 0x735860) is unknown color: approx Scorpion. HEX triplet: 73, 58 and 60. RGB value is (115,88,96). Sum of RGB (Red+Green+Blue) = 115+88+96=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #735860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735860 is #8CA79F. Grayscale: #606060. Windows color (decimal): -9217952 or 6314099. OLE color: 6314099.

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

Color convert

RGB1158896-
CMYK00.230.170.55
HSL342.22º13.3%39.8%-
HSV(B)342.22º23.48%45.1%-
XYZ12.6711.4712.61-
YUV96.98127.45140.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.46%
GREEN value IS 88 (34.77% from 255) = 29.43%
BLUE value IS 96 (37.89% from 255) = 32.11%
R=38.46%
G=29.43%
B=32.11%

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
Decimal115889600.230.170.55342.2213.339.8
Hex7358600171137156d28
Octal16313014002721675261550
Binary111001110110001100000010111100011101111010101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735860; }

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

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

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

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

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

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

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

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