Html Css Color HEX #727582 Storm Grey

📋 copy color: '#727582'

red 114 ◦ green 117 ◦ blue 130

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

Shades of Storm Grey #727582

Tints of Storm Grey #727582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.01%

R = 31.58%
G = 32.41%
B = 36.01%

CMYK

 C value IS 0.12

 M value IS 0.1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#727582 (or 0x727582) is known color: Storm Grey. HEX triplet: 72, 75 and 82. RGB value is (114,117,130). Sum of RGB (Red+Green+Blue) = 114+117+130=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 130 - color contains mainly: blue. Hex color #727582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727582 is #8D8A7D. Grayscale: #757575. Windows color (decimal): -9276030 or 8549746. OLE color: 8549746.

HSL color Cylindrical-coordinate representation of color #727582: hue angle of 228.75º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #727582 is Cyan = 0.12, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 117 130 -
CMYK 0.12 0.1 0 0.49
HSL 228.75º 0.07% 0.48% -
HSV(B) 228.75º 0.12% 0.51% -
XYZ 17.33 17.91 23.66 -
YUV 117.59 135.01 125.44 -
System Red Green Blue C M Y K H S L
Decimal 114 117 130 0.12 0.1 0 0.49 228.75 0.07 0.48
Hex 72 75 82 C A 0 31 E5 7 30
Octal 162 165 202 14 12 0 61 345 7 60
Binary 1110010 1110101 10000010 1100 1010 0 110001 11100101 111 110000

Color Harmonies of #727582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727582

Black with #727582

Text Example


Text Example

White with #727582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727582; }

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

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

background-color css

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

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

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

border-color css

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

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

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