Html Css Color HEX #73747A Storm Grey

📋 copy color: '#73747A'

red 115 ◦ green 116 ◦ blue 122

#73747A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Grey #73747A

Tints of Storm Grey #73747A

RGB

 RED value IS 115 (45.31% from 255) = 32.58%

 GREEN value IS 116 (45.7% 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 value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#73747A (or 0x73747A) is known color: 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

RGB 115 116 122 -
CMYK 0.06 0.05 0 0.52
HSL 231.43º 0.03% 0.46% -
HSV(B) 231.43º 0.06% 0.48% -
XYZ 16.83 17.54 20.91 -
YUV 116.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 115 116 122 0.06 0.05 0 0.52 231.43 0.03 0.46
Hex 73 74 7A 6 5 0 34 E7 3 2E
Octal 163 164 172 6 5 0 64 347 3 56
Binary 1110011 1110100 1111010 110 101 0 110100 11100111 11 101110

Color Harmonies of #73747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73747A

Black with #73747A

Text Example


Text Example

White with #73747A

Text Example


Text Example

HTML Codes & Css Web 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>