Html Css Color HEX #73757F Storm Grey

📋 copy color: '#73757F'

red 115 ◦ green 117 ◦ blue 127

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

Shades of Storm Grey #73757F

Tints of Storm Grey #73757F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.38%

R = 32.03%
G = 32.59%
B = 35.38%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#73757F (or 0x73757F) is known color: Storm Grey. HEX triplet: 73, 75 and 7F. RGB value is (115,117,127). Sum of RGB (Red+Green+Blue) = 115+117+127=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 127 - color contains mainly: blue. Hex color #73757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73757F is #8C8A80. Grayscale: #757575. Windows color (decimal): -9210497 or 8353139. OLE color: 8353139.

HSL color Cylindrical-coordinate representation of color #73757F: hue angle of 230º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #73757F is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 117 127 -
CMYK 0.09 0.08 0 0.50
HSL 230º 0.05% 0.47% -
HSV(B) 230º 0.09% 0.5% -
XYZ 17.26 17.9 22.62 -
YUV 117.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 115 117 127 0.09 0.08 0 0.50 230 0.05 0.47
Hex 73 75 7F 9 8 0 32 E6 5 2F
Octal 163 165 177 11 10 0 62 346 5 57
Binary 1110011 1110101 1111111 1001 1000 0 110010 11100110 101 101111

Color Harmonies of #73757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73757F

Black with #73757F

Text Example


Text Example

White with #73757F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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