#73636B

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

Shades of Scorpion #73636B

Tints of Scorpion #73636B

Color information

#73636B (or 0x73636B) is unknown color: approx Scorpion. HEX triplet: 73, 63 and 6B. RGB value is (115,99,107). Sum of RGB (Red+Green+Blue) = 115+99+107=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 115 - color contains mainly: red. Hex color #73636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73636B is #8C9C94. Grayscale: #686868. Windows color (decimal): -9215125 or 7037811. OLE color: 7037811.

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

Color convert

RGB11599107-
CMYK00.140.070.55
HSL330º7.48%41.96%-
HSV(B)330º13.91%45.1%-
XYZ14.1913.6315.79-
YUV104.7129.3135.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.83%
GREEN value IS 99 (39.06% from 255) = 30.84%
BLUE value IS 107 (42.19% from 255) = 33.33%
R=35.83%
G=30.84%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159910700.140.070.553307.4841.96
Hex73636B0E73714a72a
Octal163143153016767512752
Binary11100111100011110101101110111110111101001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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