#73626B

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

Shades of Scorpion #73626B

Tints of Scorpion #73626B

Color information

#73626B (or 0x73626B) is unknown color: approx Scorpion. HEX triplet: 73, 62 and 6B. RGB value is (115,98,107). Sum of RGB (Red+Green+Blue) = 115+98+107=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 115 - color contains mainly: red. Hex color #73626B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73626B is #8C9D94. Grayscale: #686868. Windows color (decimal): -9215381 or 7037555. OLE color: 7037555.

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

Color convert

RGB11598107-
CMYK00.150.070.55
HSL328.24º7.98%41.76%-
HSV(B)328.24º14.78%45.1%-
XYZ14.0913.4415.76-
YUV104.11129.63135.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.94%
GREEN value IS 98 (38.67% from 255) = 30.62%
BLUE value IS 107 (42.19% from 255) = 33.44%
R=35.94%
G=30.62%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159810700.150.070.55328.247.9841.76
Hex73626B0F73714882a
Octal1631421530177675101052
Binary111001111000101101011011111111101111010010001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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