Html Css Color HEX #72798F Storm Grey

📋 copy color: '#72798F'

red 114 ◦ green 121 ◦ blue 143

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

Shades of Storm Grey #72798F

Tints of Storm Grey #72798F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.01%

 BLUE value IS 143 (56.25% from 255) = 37.83%

R = 30.16%
G = 32.01%
B = 37.83%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#72798F (or 0x72798F) is known color: Storm Grey. HEX triplet: 72, 79 and 8F. RGB value is (114,121,143). Sum of RGB (Red+Green+Blue) = 114+121+143=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 143 - color contains mainly: blue. Hex color #72798F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72798F is #8D8670. Grayscale: #797979. Windows color (decimal): -9274993 or 9402738. OLE color: 9402738.

HSL color Cylindrical-coordinate representation of color #72798F: hue angle of 225.52º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72798F is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 121 143 -
CMYK 0.20 0.15 0 0.44
HSL 225.52º 0.11% 0.5% -
HSV(B) 225.52º 0.2% 0.56% -
XYZ 18.73 19.24 28.71 -
YUV 121.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 114 121 143 0.20 0.15 0 0.44 225.52 0.11 0.5
Hex 72 79 8F 14 F 0 2C E2 B 32
Octal 162 171 217 24 17 0 54 342 13 62
Binary 1110010 1111001 10001111 10100 1111 0 101100 11100010 1011 110010

Color Harmonies of #72798F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72798F

Black with #72798F

Text Example


Text Example

White with #72798F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72798F; }

 p { color: rgb(114,121,143); }

 H1.HeaderClassName
 {
   color: #72798F;
 }
 .AnyTagClassName
 {
   color: #72798F;
 }
</style>

background-color css

<style>
 a { background-color: #72798F; }

 a { background-color: rgb(114,121,143); }

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

border-color css

<style>
 span { border-color: #72798F; }

 span { border-color: rgb(114,121,143); }

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