Html Css Color HEX #72747E Storm Grey

📋 copy color: '#72747E'

red 114 ◦ green 116 ◦ blue 126

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

Shades of Storm Grey #72747E

Tints of Storm Grey #72747E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.39%

R = 32.02%
G = 32.58%
B = 35.39%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72747E (or 0x72747E) is known color: Storm Grey. HEX triplet: 72, 74 and 7E. RGB value is (114,116,126). Sum of RGB (Red+Green+Blue) = 114+116+126=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 126 - color contains mainly: blue. Hex color #72747E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72747E is #8D8B81. Grayscale: #747474. Windows color (decimal): -9276290 or 8287346. OLE color: 8287346.

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

Color convert

RGB 114 116 126 -
CMYK 0.10 0.08 0 0.51
HSL 230º 0.05% 0.47% -
HSV(B) 230º 0.1% 0.49% -
XYZ 16.95 17.57 22.24 -
YUV 116.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 114 116 126 0.10 0.08 0 0.51 230 0.05 0.47
Hex 72 74 7E A 8 0 33 E6 5 2F
Octal 162 164 176 12 10 0 63 346 5 57
Binary 1110010 1110100 1111110 1010 1000 0 110011 11100110 101 101111

Color Harmonies of #72747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72747E

Black with #72747E

Text Example


Text Example

White with #72747E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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