Html Css Color HEX #72737A Storm Grey

📋 copy color: '#72737A'

red 114 ◦ green 115 ◦ blue 122

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

Shades of Storm Grey #72737A

Tints of Storm Grey #72737A

RGB

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

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

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

R = 32.48%
G = 32.76%
B = 34.76%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#72737A (or 0x72737A) is known color: Storm Grey. HEX triplet: 72, 73 and 7A. RGB value is (114,115,122). Sum of RGB (Red+Green+Blue) = 114+115+122=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 122 - color contains mainly: blue. Hex color #72737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72737A is #8D8C85. Grayscale: #737373. Windows color (decimal): -9276550 or 8024946. OLE color: 8024946.

HSL color Cylindrical-coordinate representation of color #72737A: hue angle of 232.5º 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 #72737A is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 115 122 -
CMYK 0.07 0.06 0 0.52
HSL 232.5º 0.03% 0.46% -
HSV(B) 232.5º 0.07% 0.48% -
XYZ 16.58 17.24 20.87 -
YUV 115.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 114 115 122 0.07 0.06 0 0.52 232.5 0.03 0.46
Hex 72 73 7A 7 6 0 34 E8 3 2E
Octal 162 163 172 7 6 0 64 350 3 56
Binary 1110010 1110011 1111010 111 110 0 110100 11101000 11 101110

Color Harmonies of #72737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72737A

Black with #72737A

Text Example


Text Example

White with #72737A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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