Html Css Color HEX #72747A Storm Grey

📋 copy color: '#72747A'

red 114 ◦ green 116 ◦ blue 122

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

Shades of Storm Grey #72747A

Tints of Storm Grey #72747A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.66%

R = 32.39%
G = 32.95%
B = 34.66%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#72747A (or 0x72747A) is known color: Storm Grey. HEX triplet: 72, 74 and 7A. RGB value is (114,116,122). Sum of RGB (Red+Green+Blue) = 114+116+122=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 122 - color contains mainly: blue. Hex color #72747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72747A is #8D8B85. Grayscale: #747474. Windows color (decimal): -9276294 or 8025202. OLE color: 8025202.

HSL color Cylindrical-coordinate representation of color #72747A: hue angle of 225º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #72747A is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 116 122 -
CMYK 0.07 0.05 0 0.52
HSL 225º 0.03% 0.46% -
HSV(B) 225º 0.07% 0.48% -
XYZ 16.7 17.47 20.9 -
YUV 116.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 114 116 122 0.07 0.05 0 0.52 225 0.03 0.46
Hex 72 74 7A 7 5 0 34 E1 3 2E
Octal 162 164 172 7 5 0 64 341 3 56
Binary 1110010 1110100 1111010 111 101 0 110100 11100001 11 101110

Color Harmonies of #72747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72747A

Black with #72747A

Text Example


Text Example

White with #72747A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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