#735B64

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

Shades of Scorpion #735B64

Tints of Scorpion #735B64

Color information

#735B64 (or 0x735B64) is unknown color: approx Scorpion. HEX triplet: 73, 5B and 64. RGB value is (115,91,100). Sum of RGB (Red+Green+Blue) = 115+91+100=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 115 - color contains mainly: red. Hex color #735B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B64 is #8CA49B. Grayscale: #636363. Windows color (decimal): -9217180 or 6577011. OLE color: 6577011.

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

Color convert

RGB11591100-
CMYK00.210.130.55
HSL337.5º11.65%40.39%-
HSV(B)337.5º20.87%45.1%-
XYZ13.1112.0513.69-
YUV99.2128.45139.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.58%
GREEN value IS 91 (35.94% from 255) = 29.74%
BLUE value IS 100 (39.45% from 255) = 32.68%
R=37.58%
G=29.74%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159110000.210.130.55337.511.6540.39
Hex735B64015D37152c28
Octal16313314402515675221450
Binary11100111011011110010001010111011101111010100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,91,100); }

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

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

 a { background-color: rgb(115,91,100); }

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

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

 span { border-color: rgb(115,91,100); }

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