Html Css Color HEX #72737D Storm Grey

📋 copy color: '#72737D'

red 114 ◦ green 115 ◦ blue 125

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

Shades of Storm Grey #72737D

Tints of Storm Grey #72737D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.31%

R = 32.2%
G = 32.49%
B = 35.31%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72737D (or 0x72737D) is known color: Storm Grey. HEX triplet: 72, 73 and 7D. RGB value is (114,115,125). Sum of RGB (Red+Green+Blue) = 114+115+125=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 125 - color contains mainly: blue. Hex color #72737D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72737D is #8D8C82. Grayscale: #737373. Windows color (decimal): -9276547 or 8221554. OLE color: 8221554.

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

Color convert

RGB 114 115 125 -
CMYK 0.09 0.08 0 0.51
HSL 234.55º 0.05% 0.47% -
HSV(B) 234.55º 0.09% 0.49% -
XYZ 16.77 17.32 21.86 -
YUV 115.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 114 115 125 0.09 0.08 0 0.51 234.55 0.05 0.47
Hex 72 73 7D 9 8 0 33 EB 5 2F
Octal 162 163 175 11 10 0 63 353 5 57
Binary 1110010 1110011 1111101 1001 1000 0 110011 11101011 101 101111

Color Harmonies of #72737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72737D

Black with #72737D

Text Example


Text Example

White with #72737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72737D; }

 p { color: rgb(114,115,125); }

 H1.HeaderClassName
 {
   color: #72737D;
 }
 .AnyTagClassName
 {
   color: #72737D;
 }
</style>

background-color css

<style>
 a { background-color: #72737D; }

 a { background-color: rgb(114,115,125); }

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

border-color css

<style>
 span { border-color: #72737D; }

 span { border-color: rgb(114,115,125); }

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