#798488

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

Shades of Regent Grey #798488

Tints of Regent Grey #798488

Color information

#798488 (or 0x798488) is unknown color: approx Regent Grey. HEX triplet: 79, 84 and 88. RGB value is (121,132,136). Sum of RGB (Red+Green+Blue) = 121+132+136=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 136 - color contains mainly: blue. Hex color #798488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798488 is #867B77. Grayscale: #818181. Windows color (decimal): -8813432 or 8946809. OLE color: 8946809.

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

Color convert

RGB121132136-
CMYK0.110.0300.47
HSL196º5.93%50.39%-
HSV(B)196º11.03%53.33%-
XYZ20.5822.3526.52-
YUV129.17131.86122.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.11%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 136 (53.52% from 255) = 34.96%
R=31.11%
G=33.93%
B=34.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211321360.110.0300.471965.9350.39
Hex798488B302Fc4632
Octal171204210133057304662
Binary11110011000010010001000101111010111111000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798488; }

 p { color: rgb(121,132,136); }

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

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

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

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

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

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

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