Html Css Color HEX #72747C Storm Grey

📋 copy color: '#72747C'

red 114 ◦ green 116 ◦ blue 124

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

Shades of Storm Grey #72747C

Tints of Storm Grey #72747C

RGB

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

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

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

R = 32.2%
G = 32.77%
B = 35.03%

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

#72747C (or 0x72747C) is known color: Storm Grey. HEX triplet: 72, 74 and 7C. RGB value is (114,116,124). Sum of RGB (Red+Green+Blue) = 114+116+124=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 124 - color contains mainly: blue. Hex color #72747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72747C is #8D8B83. Grayscale: #747474. Windows color (decimal): -9276292 or 8156274. OLE color: 8156274.

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

Color convert

RGB 114 116 124 -
CMYK 0.08 0.06 0 0.51
HSL 228º 0.04% 0.47% -
HSV(B) 228º 0.08% 0.49% -
XYZ 16.82 17.52 21.56 -
YUV 116.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 114 116 124 0.08 0.06 0 0.51 228 0.04 0.47
Hex 72 74 7C 8 6 0 33 E4 4 2F
Octal 162 164 174 10 6 0 63 344 4 57
Binary 1110010 1110100 1111100 1000 110 0 110011 11100100 100 101111

Color Harmonies of #72747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72747C

Black with #72747C

Text Example


Text Example

White with #72747C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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