Html Css Color HEX #72737B Storm Grey

📋 copy color: '#72737B'

red 114 ◦ green 115 ◦ blue 123

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

Shades of Storm Grey #72737B

Tints of Storm Grey #72737B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.94%

R = 32.39%
G = 32.67%
B = 34.94%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#72737B (or 0x72737B) is known color: Storm Grey. HEX triplet: 72, 73 and 7B. RGB value is (114,115,123). Sum of RGB (Red+Green+Blue) = 114+115+123=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 123 - color contains mainly: blue. Hex color #72737B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72737B is #8D8C84. Grayscale: #737373. Windows color (decimal): -9276549 or 8090482. OLE color: 8090482.

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

Color convert

RGB 114 115 123 -
CMYK 0.07 0.07 0 0.52
HSL 233.33º 0.04% 0.46% -
HSV(B) 233.33º 0.07% 0.48% -
XYZ 16.65 17.27 21.19 -
YUV 115.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 114 115 123 0.07 0.07 0 0.52 233.33 0.04 0.46
Hex 72 73 7B 7 7 0 34 E9 4 2E
Octal 162 163 173 7 7 0 64 351 4 56
Binary 1110010 1110011 1111011 111 111 0 110100 11101001 100 101110

Color Harmonies of #72737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72737B

Black with #72737B

Text Example


Text Example

White with #72737B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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