Html Css Color HEX #727782 Storm Grey

📋 copy color: '#727782'

red 114 ◦ green 119 ◦ blue 130

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

Shades of Storm Grey #727782

Tints of Storm Grey #727782

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.78%

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

R = 31.4%
G = 32.78%
B = 35.81%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#727782 (or 0x727782) is known color: Storm Grey. HEX triplet: 72, 77 and 82. RGB value is (114,119,130). Sum of RGB (Red+Green+Blue) = 114+119+130=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 130 - color contains mainly: blue. Hex color #727782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727782 is #8D887D. Grayscale: #767676. Windows color (decimal): -9275518 or 8550258. OLE color: 8550258.

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

Color convert

RGB 114 119 130 -
CMYK 0.12 0.08 0 0.49
HSL 221.25º 0.07% 0.48% -
HSV(B) 221.25º 0.12% 0.51% -
XYZ 17.57 18.38 23.74 -
YUV 118.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 114 119 130 0.12 0.08 0 0.49 221.25 0.07 0.48
Hex 72 77 82 C 8 0 31 DD 7 30
Octal 162 167 202 14 10 0 61 335 7 60
Binary 1110010 1110111 10000010 1100 1000 0 110001 11011101 111 110000

Color Harmonies of #727782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727782

Black with #727782

Text Example


Text Example

White with #727782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727782; }

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

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

background-color css

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

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

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

border-color css

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

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

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