#735C62

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

Shades of Scorpion #735C62

Tints of Scorpion #735C62

Color information

#735C62 (or 0x735C62) is unknown color: approx Scorpion. HEX triplet: 73, 5C and 62. RGB value is (115,92,98). Sum of RGB (Red+Green+Blue) = 115+92+98=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 115 - color contains mainly: red. Hex color #735C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C62 is #8CA39D. Grayscale: #636363. Windows color (decimal): -9216926 or 6446195. OLE color: 6446195.

HSL color Cylindrical-coordinate representation of color #735C62: hue angle of 344.35º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #735C62 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB1159298-
CMYK00.200.150.55
HSL344.35º11.11%40.59%-
HSV(B)344.35º20%45.1%-
XYZ13.112.1813.22-
YUV99.56127.12139.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.70%
GREEN value IS 92 (36.33% from 255) = 30.16%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=37.70%
G=30.16%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115929800.200.150.55344.3511.1140.59
Hex735C62014F37158b29
Octal16313414202417675301351
Binary11100111011100110001001010011111101111010110001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735C62; }

 p { color: rgb(115,92,98); }

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

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

 a { background-color: rgb(115,92,98); }

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

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

 span { border-color: rgb(115,92,98); }

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