Html Css Color HEX #797F87 Storm Grey

📋 copy color: '#797F87'

red 121 ◦ green 127 ◦ blue 135

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

Shades of Storm Grey #797F87

Tints of Storm Grey #797F87

RGB

 RED value IS 121 (47.66% from 255) = 31.59%

 GREEN value IS 127 (50% from 255) = 33.16%

 BLUE value IS 135 (53.13% from 255) = 35.25%

R = 31.59%
G = 33.16%
B = 35.25%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#797F87 (or 0x797F87) is known color: Storm Grey. HEX triplet: 79, 7F and 87. RGB value is (121,127,135). Sum of RGB (Red+Green+Blue) = 121+127+135=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 135 - color contains mainly: blue. Hex color #797F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797F87 is #868078. Grayscale: #7E7E7E. Windows color (decimal): -8814713 or 8879993. OLE color: 8879993.

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

Color convert

RGB 121 127 135 -
CMYK 0.10 0.06 0 0.47
HSL 214.29º 0.06% 0.5% -
HSV(B) 214.29º 0.1% 0.53% -
XYZ 19.85 20.99 25.93 -
YUV 126.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 121 127 135 0.10 0.06 0 0.47 214.29 0.06 0.5
Hex 79 7F 87 A 6 0 2F D6 6 32
Octal 171 177 207 12 6 0 57 326 6 62
Binary 1111001 1111111 10000111 1010 110 0 101111 11010110 110 110010

Color Harmonies of #797F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797F87

Black with #797F87

Text Example


Text Example

White with #797F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797F87; }

 p { color: rgb(121,127,135); }

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

background-color css

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

 a { background-color: rgb(121,127,135); }

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

border-color css

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

 span { border-color: rgb(121,127,135); }

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