Html Css Color HEX #797985 Storm Grey

📋 copy color: '#797985'

red 121 ◦ green 121 ◦ blue 133

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

Shades of Storm Grey #797985

Tints of Storm Grey #797985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.27%

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

R = 32.27%
G = 32.27%
B = 35.47%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#797985 (or 0x797985) is known color: Storm Grey. HEX triplet: 79, 79 and 85. RGB value is (121,121,133). Sum of RGB (Red+Green+Blue) = 121+121+133=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 133 - color contains mainly: blue. Hex color #797985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797985 is #86867A. Grayscale: #7A7A7A. Windows color (decimal): -8816251 or 8747385. OLE color: 8747385.

HSL color Cylindrical-coordinate representation of color #797985: hue angle of 240º 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 #797985 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 121 121 133 -
CMYK 0.09 0.09 0 0.48
HSL 240º 0.05% 0.5% -
HSV(B) 240º 0.09% 0.52% -
XYZ 18.96 19.43 24.94 -
YUV 122.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 121 121 133 0.09 0.09 0 0.48 240 0.05 0.5
Hex 79 79 85 9 9 0 30 F0 5 32
Octal 171 171 205 11 11 0 60 360 5 62
Binary 1111001 1111001 10000101 1001 1001 0 110000 11110000 101 110010

Color Harmonies of #797985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797985

Black with #797985

Text Example


Text Example

White with #797985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797985; }

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

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

background-color css

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

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

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

border-color css

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

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

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