Html Css Color HEX #72777F Storm Grey

📋 copy color: '#72777F'

red 114 ◦ green 119 ◦ blue 127

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

Shades of Storm Grey #72777F

Tints of Storm Grey #72777F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.28%

R = 31.67%
G = 33.06%
B = 35.28%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#72777F (or 0x72777F) is known color: Storm Grey. HEX triplet: 72, 77 and 7F. RGB value is (114,119,127). Sum of RGB (Red+Green+Blue) = 114+119+127=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 127 - color contains mainly: blue. Hex color #72777F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72777F is #8D8880. Grayscale: #767676. Windows color (decimal): -9275521 or 8353650. OLE color: 8353650.

HSL color Cylindrical-coordinate representation of color #72777F: hue angle of 216.92º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #72777F is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 119 127 -
CMYK 0.10 0.06 0 0.50
HSL 216.92º 0.05% 0.47% -
HSV(B) 216.92º 0.1% 0.5% -
XYZ 17.37 18.3 22.7 -
YUV 118.42 132.84 124.85 -
System Red Green Blue C M Y K H S L
Decimal 114 119 127 0.10 0.06 0 0.50 216.92 0.05 0.47
Hex 72 77 7F A 6 0 32 D9 5 2F
Octal 162 167 177 12 6 0 62 331 5 57
Binary 1110010 1110111 1111111 1010 110 0 110010 11011001 101 101111

Color Harmonies of #72777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72777F

Black with #72777F

Text Example


Text Example

White with #72777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72777F; }

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

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

background-color css

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

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

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

border-color css

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

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

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