#73626A

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

Shades of Scorpion #73626A

Tints of Scorpion #73626A

Color information

#73626A (or 0x73626A) is unknown color: approx Scorpion. HEX triplet: 73, 62 and 6A. RGB value is (115,98,106). Sum of RGB (Red+Green+Blue) = 115+98+106=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 115 - color contains mainly: red. Hex color #73626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73626A is #8C9D95. Grayscale: #676767. Windows color (decimal): -9215382 or 6972019. OLE color: 6972019.

HSL color Cylindrical-coordinate representation of color #73626A: hue angle of 331.76º 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 #73626A is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB11598106-
CMYK00.150.080.55
HSL331.76º7.98%41.76%-
HSV(B)331.76º14.78%45.1%-
XYZ14.0413.4215.49-
YUV104129.13135.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.05%
GREEN value IS 98 (38.67% from 255) = 30.72%
BLUE value IS 106 (41.80% from 255) = 33.23%
R=36.05%
G=30.72%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159810600.150.080.55331.767.9841.76
Hex73626A0F83714c82a
Octal16314215201710675141052
Binary1110011110001011010100111110001101111010011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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