Html Css Color HEX #797D85 Storm Grey

📋 copy color: '#797D85'

red 121 ◦ green 125 ◦ blue 133

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

Shades of Storm Grey #797D85

Tints of Storm Grey #797D85

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.98%

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

R = 31.93%
G = 32.98%
B = 35.09%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#797D85 (or 0x797D85) is known color: Storm Grey. HEX triplet: 79, 7D and 85. RGB value is (121,125,133). Sum of RGB (Red+Green+Blue) = 121+125+133=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 133 - color contains mainly: blue. Hex color #797D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797D85 is #86827A. Grayscale: #7C7C7C. Windows color (decimal): -8815227 or 8748409. OLE color: 8748409.

HSL color Cylindrical-coordinate representation of color #797D85: hue angle of 220º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #797D85 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 121 125 133 -
CMYK 0.09 0.06 0 0.48
HSL 220º 0.05% 0.5% -
HSV(B) 220º 0.09% 0.52% -
XYZ 19.45 20.43 25.11 -
YUV 124.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 121 125 133 0.09 0.06 0 0.48 220 0.05 0.5
Hex 79 7D 85 9 6 0 30 DC 5 32
Octal 171 175 205 11 6 0 60 334 5 62
Binary 1111001 1111101 10000101 1001 110 0 110000 11011100 101 110010

Color Harmonies of #797D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797D85

Black with #797D85

Text Example


Text Example

White with #797D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,125,133); }

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

background-color css

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

 a { background-color: rgb(121,125,133); }

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

border-color css

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

 span { border-color: rgb(121,125,133); }

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