Html Css Color HEX #72747D Storm Grey

📋 copy color: '#72747D'

red 114 ◦ green 116 ◦ blue 125

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

Shades of Storm Grey #72747D

Tints of Storm Grey #72747D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.68%

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

R = 32.11%
G = 32.68%
B = 35.21%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72747D (or 0x72747D) is known color: Storm Grey. HEX triplet: 72, 74 and 7D. RGB value is (114,116,125). Sum of RGB (Red+Green+Blue) = 114+116+125=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 125 - color contains mainly: blue. Hex color #72747D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72747D is #8D8B82. Grayscale: #747474. Windows color (decimal): -9276291 or 8221810. OLE color: 8221810.

HSL color Cylindrical-coordinate representation of color #72747D: hue angle of 229.09º 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 #72747D is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 116 125 -
CMYK 0.09 0.07 0 0.51
HSL 229.09º 0.05% 0.47% -
HSV(B) 229.09º 0.09% 0.49% -
XYZ 16.89 17.55 21.9 -
YUV 116.43 132.84 126.27 -
System Red Green Blue C M Y K H S L
Decimal 114 116 125 0.09 0.07 0 0.51 229.09 0.05 0.47
Hex 72 74 7D 9 7 0 33 E5 5 2F
Octal 162 164 175 11 7 0 63 345 5 57
Binary 1110010 1110100 1111101 1001 111 0 110011 11100101 101 101111

Color Harmonies of #72747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72747D

Black with #72747D

Text Example


Text Example

White with #72747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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