#798588

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

Shades of Regent Grey #798588

Tints of Regent Grey #798588

Color information

#798588 (or 0x798588) is unknown color: approx Regent Grey. HEX triplet: 79, 85 and 88. RGB value is (121,133,136). Sum of RGB (Red+Green+Blue) = 121+133+136=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 136 - color contains mainly: blue. Hex color #798588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798588 is #867A77. Grayscale: #818181. Windows color (decimal): -8813176 or 8947065. OLE color: 8947065.

HSL color Cylindrical-coordinate representation of color #798588: hue angle of 192º 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 #798588 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB121133136-
CMYK0.110.0200.47
HSL192º5.93%50.39%-
HSV(B)192º11.03%53.33%-
XYZ20.7222.6226.57-
YUV129.75131.52121.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.03%
GREEN value IS 133 (52.34% from 255) = 34.10%
BLUE value IS 136 (53.52% from 255) = 34.87%
R=31.03%
G=34.10%
B=34.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211331360.110.0200.471925.9350.39
Hex798588B202Fc0632
Octal171205210132057300662
Binary11110011000010110001000101110010111111000000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798588; }

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

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

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

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

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

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

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

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