Html Css Color HEX #73757A Storm Grey

📋 copy color: '#73757A'

red 115 ◦ green 117 ◦ blue 122

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

Shades of Storm Grey #73757A

Tints of Storm Grey #73757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.05%

 BLUE value IS 122 (48.05% from 255) = 34.46%

R = 32.49%
G = 33.05%
B = 34.46%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#73757A (or 0x73757A) is known color: Storm Grey. HEX triplet: 73, 75 and 7A. RGB value is (115,117,122). Sum of RGB (Red+Green+Blue) = 115+117+122=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 122 - color contains mainly: blue. Hex color #73757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73757A is #8C8A85. Grayscale: #747474. Windows color (decimal): -9210502 or 8025459. OLE color: 8025459.

HSL color Cylindrical-coordinate representation of color #73757A: hue angle of 222.86º 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 #73757A is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 115 117 122 -
CMYK 0.06 0.04 0 0.52
HSL 222.86º 0.03% 0.46% -
HSV(B) 222.86º 0.06% 0.48% -
XYZ 16.94 17.77 20.95 -
YUV 116.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 115 117 122 0.06 0.04 0 0.52 222.86 0.03 0.46
Hex 73 75 7A 6 4 0 34 DF 3 2E
Octal 163 165 172 6 4 0 64 337 3 56
Binary 1110011 1110101 1111010 110 100 0 110100 11011111 11 101110

Color Harmonies of #73757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73757A

Black with #73757A

Text Example


Text Example

White with #73757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73757A;
 }
 .AnyTagClassName
 {
   color: #73757A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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