#73747A

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

Shades of Storm Grey #73747A

Tints of Storm Grey #73747A

Color information

#73747A (or 0x73747A) is unknown color: approx Storm Grey. HEX triplet: 73, 74 and 7A. RGB value is (115,116,122). Sum of RGB (Red+Green+Blue) = 115+116+122=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 122 - color contains mainly: blue. Hex color #73747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73747A is #8C8B85. Grayscale: #747474. Windows color (decimal): -9210758 or 8025203. OLE color: 8025203.

HSL color Cylindrical-coordinate representation of color #73747A: hue angle of 231.43º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #73747A is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB115116122-
CMYK0.060.0500.52
HSL231.43º2.95%46.47%-
HSV(B)231.43º5.74%47.84%-
XYZ16.8317.5420.91-
YUV116.38131.17127.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.58%
GREEN value IS 116 (45.70% from 255) = 32.86%
BLUE value IS 122 (48.05% from 255) = 34.56%
R=32.58%
G=32.86%
B=34.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1151161220.060.0500.52231.432.9546.47
Hex73747A65034e732e
Octal16316417265064347356
Binary11100111110100111101011010101101001110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,116,122); }

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

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

 a { background-color: rgb(115,116,122); }

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

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

 span { border-color: rgb(115,116,122); }

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