#73696C

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

Shades of Scorpion #73696C

Tints of Scorpion #73696C

Color information

#73696C (or 0x73696C) is unknown color: approx Scorpion. HEX triplet: 73, 69 and 6C. RGB value is (115,105,108). Sum of RGB (Red+Green+Blue) = 115+105+108=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 115 - color contains mainly: red. Hex color #73696C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73696C is #8C9693. Grayscale: #6C6C6C. Windows color (decimal): -9213588 or 7104883. OLE color: 7104883.

HSL color Cylindrical-coordinate representation of color #73696C: hue angle of 342º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #73696C is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB115105108-
CMYK00.090.060.55
HSL342º4.55%43.14%-
HSV(B)342º8.7%45.1%-
XYZ14.8314.8316.27-
YUV108.33127.81132.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.06%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 108 (42.58% from 255) = 32.93%
R=35.06%
G=32.01%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510510800.090.060.553424.5543.14
Hex73696C0963715652b
Octal163151154011667526553
Binary11100111101001110110001001110110111101010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73696C; }

 p { color: rgb(115,105,108); }

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

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

 a { background-color: rgb(115,105,108); }

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

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

 span { border-color: rgb(115,105,108); }

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