Html Css Color HEX #727581 Storm Grey

📋 copy color: '#727581'

red 114 ◦ green 117 ◦ blue 129

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

Shades of Storm Grey #727581

Tints of Storm Grey #727581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.83%

R = 31.67%
G = 32.5%
B = 35.83%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#727581 (or 0x727581) is known color: Storm Grey. HEX triplet: 72, 75 and 81. RGB value is (114,117,129). Sum of RGB (Red+Green+Blue) = 114+117+129=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 129 - color contains mainly: blue. Hex color #727581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727581 is #8D8A7E. Grayscale: #757575. Windows color (decimal): -9276031 or 8484210. OLE color: 8484210.

HSL color Cylindrical-coordinate representation of color #727581: hue angle of 228º degrees, saturation: 0.06, 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 #727581 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 117 129 -
CMYK 0.12 0.09 0 0.49
HSL 228º 0.06% 0.48% -
HSV(B) 228º 0.12% 0.51% -
XYZ 17.26 17.88 23.31 -
YUV 117.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 114 117 129 0.12 0.09 0 0.49 228 0.06 0.48
Hex 72 75 81 C 9 0 31 E4 6 30
Octal 162 165 201 14 11 0 61 344 6 60
Binary 1110010 1110101 10000001 1100 1001 0 110001 11100100 110 110000

Color Harmonies of #727581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727581

Black with #727581

Text Example


Text Example

White with #727581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727581; }

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

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

background-color css

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

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

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

border-color css

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

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

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