#73646A

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

Shades of Scorpion #73646A

Tints of Scorpion #73646A

Color information

#73646A (or 0x73646A) is unknown color: approx Scorpion. HEX triplet: 73, 64 and 6A. RGB value is (115,100,106). Sum of RGB (Red+Green+Blue) = 115+100+106=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 115 - color contains mainly: red. Hex color #73646A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73646A is #8C9B95. Grayscale: #696969. Windows color (decimal): -9214870 or 6972531. OLE color: 6972531.

HSL color Cylindrical-coordinate representation of color #73646A: hue angle of 336º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #73646A is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB115100106-
CMYK00.130.080.55
HSL336º6.98%42.16%-
HSV(B)336º13.04%45.1%-
XYZ14.2313.815.55-
YUV105.17128.47135.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.83%
GREEN value IS 100 (39.45% from 255) = 31.15%
BLUE value IS 106 (41.80% from 255) = 33.02%
R=35.83%
G=31.15%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510010600.130.080.553366.9842.16
Hex73646A0D83715072a
Octal1631441520151067520752
Binary111001111001001101010011011000110111101010000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73646A; }

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

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

<style>
 a { background-color: #73646A; }

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

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

<style>
 span { border-color: #73646A; }

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

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