Html Css Color HEX #72757F Storm Grey

📋 copy color: '#72757F'

red 114 ◦ green 117 ◦ blue 127

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

Shades of Storm Grey #72757F

Tints of Storm Grey #72757F

RGB

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

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

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

R = 31.84%
G = 32.68%
B = 35.47%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#72757F (or 0x72757F) is known color: Storm Grey. HEX triplet: 72, 75 and 7F. RGB value is (114,117,127). Sum of RGB (Red+Green+Blue) = 114+117+127=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 127 - color contains mainly: blue. Hex color #72757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72757F is #8D8A80. Grayscale: #757575. Windows color (decimal): -9276033 or 8353138. OLE color: 8353138.

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

Color convert

RGB 114 117 127 -
CMYK 0.10 0.08 0 0.50
HSL 226.15º 0.05% 0.47% -
HSV(B) 226.15º 0.1% 0.5% -
XYZ 17.13 17.83 22.62 -
YUV 117.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 114 117 127 0.10 0.08 0 0.50 226.15 0.05 0.47
Hex 72 75 7F A 8 0 32 E2 5 2F
Octal 162 165 177 12 10 0 62 342 5 57
Binary 1110010 1110101 1111111 1010 1000 0 110010 11100010 101 101111

Color Harmonies of #72757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72757F

Black with #72757F

Text Example


Text Example

White with #72757F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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