#798992

Color #798992 Regent Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent Grey #798992

Tints of Regent Grey #798992

Color information

#798992 (or 0x798992) is unknown color: approx Regent Grey. HEX triplet: 79, 89 and 92. RGB value is (121,137,146). Sum of RGB (Red+Green+Blue) = 121+137+146=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 146 - color contains mainly: blue. Hex color #798992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798992 is #86766D. Grayscale: #858585. Windows color (decimal): -8812142 or 9603449. OLE color: 9603449.

HSL color Cylindrical-coordinate representation of color #798992: hue angle of 201.6º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #798992 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB121137146-
CMYK0.170.0600.43
HSL201.6º10.29%52.35%-
HSV(B)201.6º17.12%57.25%-
XYZ22.0224.0330.67-
YUV133.24135.2119.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.95%
GREEN value IS 137 (53.91% from 255) = 33.91%
BLUE value IS 146 (57.42% from 255) = 36.14%
R=29.95%
G=33.91%
B=36.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211371460.170.0600.43201.610.2952.35
Hex79899211602Bcaa34
Octal1712112222160533121264
Binary11110011000100110010010100011100101011110010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798992; }

 p { color: rgb(121,137,146); }

 H1.HeaderClassName
 {
   color: #798992;
 }
 .AnyTagClassName
 {
   color: #798992;
 }
</style>
background-color css

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

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

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

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

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

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