#798589

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

Shades of Regent Grey #798589

Tints of Regent Grey #798589

Color information

#798589 (or 0x798589) is unknown color: approx Regent Grey. HEX triplet: 79, 85 and 89. RGB value is (121,133,137). Sum of RGB (Red+Green+Blue) = 121+133+137=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 137 - color contains mainly: blue. Hex color #798589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798589 is #867A76. Grayscale: #818181. Windows color (decimal): -8813175 or 9012601. OLE color: 9012601.

HSL color Cylindrical-coordinate representation of color #798589: hue angle of 195º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #798589 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB121133137-
CMYK0.120.0300.46
HSL195º6.35%50.59%-
HSV(B)195º11.68%53.73%-
XYZ20.7922.6526.94-
YUV129.87132.02121.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.95%
GREEN value IS 133 (52.34% from 255) = 34.02%
BLUE value IS 137 (53.91% from 255) = 35.04%
R=30.95%
G=34.02%
B=35.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1211331370.120.0300.461956.3550.59
Hex798589C302Ec3633
Octal171205211143056303663
Binary11110011000010110001001110011010111011000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798589; }

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

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

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

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

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

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

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

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