#73686B

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

Shades of Scorpion #73686B

Tints of Scorpion #73686B

Color information

#73686B (or 0x73686B) is unknown color: approx Scorpion. HEX triplet: 73, 68 and 6B. RGB value is (115,104,107). Sum of RGB (Red+Green+Blue) = 115+104+107=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 115 - color contains mainly: red. Hex color #73686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73686B is #8C9794. Grayscale: #6B6B6B. Windows color (decimal): -9213845 or 7039091. OLE color: 7039091.

HSL color Cylindrical-coordinate representation of color #73686B: hue angle of 343.64º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #73686B is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB115104107-
CMYK00.100.070.55
HSL343.64º5.02%42.94%-
HSV(B)343.64º9.57%45.1%-
XYZ14.6714.6115.96-
YUV107.63127.64133.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.28%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=35.28%
G=31.90%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510410700.100.070.55343.645.0242.94
Hex73686B0A73715852b
Octal163150153012767530553
Binary11100111101000110101101010111110111101011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73686B; }

 p { color: rgb(115,104,107); }

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

<style>
 a { background-color: #73686B; }

 a { background-color: rgb(115,104,107); }

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

<style>
 span { border-color: #73686B; }

 span { border-color: rgb(115,104,107); }

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