#735C63

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

Shades of Scorpion #735C63

Tints of Scorpion #735C63

Color information

#735C63 (or 0x735C63) is unknown color: approx Scorpion. HEX triplet: 73, 5C and 63. RGB value is (115,92,99). Sum of RGB (Red+Green+Blue) = 115+92+99=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 115 - color contains mainly: red. Hex color #735C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C63 is #8CA39C. Grayscale: #636363. Windows color (decimal): -9216925 or 6511731. OLE color: 6511731.

HSL color Cylindrical-coordinate representation of color #735C63: hue angle of 341.74º 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 #735C63 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB1159299-
CMYK00.200.140.55
HSL341.74º11.11%40.59%-
HSV(B)341.74º20%45.1%-
XYZ13.1512.213.47-
YUV99.68127.62138.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.58%
GREEN value IS 92 (36.33% from 255) = 30.07%
BLUE value IS 99 (39.06% from 255) = 32.35%
R=37.58%
G=30.07%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115929900.200.140.55341.7411.1140.59
Hex735C63014E37156b29
Octal16313414302416675261351
Binary11100111011100110001101010011101101111010101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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