Html Css Color HEX #72757C Storm Grey

📋 copy color: '#72757C'

red 114 ◦ green 117 ◦ blue 124

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

Shades of Storm Grey #72757C

Tints of Storm Grey #72757C

RGB

 RED value IS 114 (44.92% from 255) = 32.11%

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

 BLUE value IS 124 (48.83% from 255) = 34.93%

R = 32.11%
G = 32.96%
B = 34.93%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72757C (or 0x72757C) is known color: Storm Grey. HEX triplet: 72, 75 and 7C. RGB value is (114,117,124). Sum of RGB (Red+Green+Blue) = 114+117+124=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 124 - color contains mainly: blue. Hex color #72757C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72757C is #8D8A83. Grayscale: #747474. Windows color (decimal): -9276036 or 8156530. OLE color: 8156530.

HSL color Cylindrical-coordinate representation of color #72757C: hue angle of 222º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #72757C is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 117 124 -
CMYK 0.08 0.06 0 0.51
HSL 222º 0.04% 0.47% -
HSV(B) 222º 0.08% 0.49% -
XYZ 16.94 17.76 21.6 -
YUV 116.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 114 117 124 0.08 0.06 0 0.51 222 0.04 0.47
Hex 72 75 7C 8 6 0 33 DE 4 2F
Octal 162 165 174 10 6 0 63 336 4 57
Binary 1110010 1110101 1111100 1000 110 0 110011 11011110 100 101111

Color Harmonies of #72757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72757C

Black with #72757C

Text Example


Text Example

White with #72757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72757C; }

 p { color: rgb(114,117,124); }

 H1.HeaderClassName
 {
   color: #72757C;
 }
 .AnyTagClassName
 {
   color: #72757C;
 }
</style>

background-color css

<style>
 a { background-color: #72757C; }

 a { background-color: rgb(114,117,124); }

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

border-color css

<style>
 span { border-color: #72757C; }

 span { border-color: rgb(114,117,124); }

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