Html Css Color HEX #72758B Storm Grey

📋 copy color: '#72758B'

red 114 ◦ green 117 ◦ blue 139

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

Shades of Storm Grey #72758B

Tints of Storm Grey #72758B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.62%

 BLUE value IS 139 (54.69% from 255) = 37.57%

R = 30.81%
G = 31.62%
B = 37.57%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72758B (or 0x72758B) is known color: Storm Grey. HEX triplet: 72, 75 and 8B. RGB value is (114,117,139). Sum of RGB (Red+Green+Blue) = 114+117+139=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #72758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72758B is #8D8A74. Grayscale: #767676. Windows color (decimal): -9276021 or 9139570. OLE color: 9139570.

HSL color Cylindrical-coordinate representation of color #72758B: hue angle of 232.8º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72758B is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 117 139 -
CMYK 0.18 0.16 0 0.45
HSL 232.8º 0.1% 0.5% -
HSV(B) 232.8º 0.18% 0.55% -
XYZ 17.96 18.16 26.99 -
YUV 118.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 114 117 139 0.18 0.16 0 0.45 232.8 0.1 0.5
Hex 72 75 8B 12 10 0 2D E9 A 32
Octal 162 165 213 22 20 0 55 351 12 62
Binary 1110010 1110101 10001011 10010 10000 0 101101 11101001 1010 110010

Color Harmonies of #72758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72758B

Black with #72758B

Text Example


Text Example

White with #72758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,117,139); }

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

background-color css

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

 a { background-color: rgb(114,117,139); }

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

border-color css

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

 span { border-color: rgb(114,117,139); }

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