Html Css Color HEX #727A85 Storm Grey

📋 copy color: '#727A85'

red 114 ◦ green 122 ◦ blue 133

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

Shades of Storm Grey #727A85

Tints of Storm Grey #727A85

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.06%

 BLUE value IS 133 (52.34% from 255) = 36.04%

R = 30.89%
G = 33.06%
B = 36.04%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#727A85 (or 0x727A85) is known color: Storm Grey. HEX triplet: 72, 7A and 85. RGB value is (114,122,133). Sum of RGB (Red+Green+Blue) = 114+122+133=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 133 - color contains mainly: blue. Hex color #727A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727A85 is #8D857A. Grayscale: #787878. Windows color (decimal): -9274747 or 8747634. OLE color: 8747634.

HSL color Cylindrical-coordinate representation of color #727A85: hue angle of 214.74º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #727A85 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 122 133 -
CMYK 0.14 0.08 0 0.48
HSL 214.74º 0.08% 0.48% -
HSV(B) 214.74º 0.14% 0.52% -
XYZ 18.13 19.19 24.94 -
YUV 120.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 114 122 133 0.14 0.08 0 0.48 214.74 0.08 0.48
Hex 72 7A 85 E 8 0 30 D7 8 30
Octal 162 172 205 16 10 0 60 327 10 60
Binary 1110010 1111010 10000101 1110 1000 0 110000 11010111 1000 110000

Color Harmonies of #727A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727A85

Black with #727A85

Text Example


Text Example

White with #727A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727A85; }

 p { color: rgb(114,122,133); }

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

background-color css

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

 a { background-color: rgb(114,122,133); }

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

border-color css

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

 span { border-color: rgb(114,122,133); }

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