#735E6A

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

Shades of Scorpion #735E6A

Tints of Scorpion #735E6A

Color information

#735E6A (or 0x735E6A) is unknown color: approx Scorpion. HEX triplet: 73, 5E and 6A. RGB value is (115,94,106). Sum of RGB (Red+Green+Blue) = 115+94+106=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 115 - color contains mainly: red. Hex color #735E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E6A is #8CA195. Grayscale: #656565. Windows color (decimal): -9216406 or 6970995. OLE color: 6970995.

HSL color Cylindrical-coordinate representation of color #735E6A: hue angle of 325.71º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #735E6A is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB11594106-
CMYK00.180.080.55
HSL325.71º10.05%40.98%-
HSV(B)325.71º18.26%45.1%-
XYZ13.6712.6915.36-
YUV101.65130.46137.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.51%
GREEN value IS 94 (37.11% from 255) = 29.84%
BLUE value IS 106 (41.80% from 255) = 33.65%
R=36.51%
G=29.84%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159410600.180.080.55325.7110.0540.98
Hex735E6A012837146a29
Octal16313615202210675061251
Binary11100111011110110101001001010001101111010001101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,94,106); }

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

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

 a { background-color: rgb(115,94,106); }

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

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

 span { border-color: rgb(115,94,106); }

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