#798B8E

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

Shades of Regent Grey #798B8E

Tints of Regent Grey #798B8E

Color information

#798B8E (or 0x798B8E) is unknown color: approx Regent Grey. HEX triplet: 79, 8B and 8E. RGB value is (121,139,142). Sum of RGB (Red+Green+Blue) = 121+139+142=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 142 - color contains mainly: blue. Hex color #798B8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798B8E is #867471. Grayscale: #858585. Windows color (decimal): -8811634 or 9341817. OLE color: 9341817.

HSL color Cylindrical-coordinate representation of color #798B8E: hue angle of 188.57º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #798B8E is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB121139142-
CMYK0.150.0200.44
HSL188.57º8.5%51.57%-
HSV(B)188.57º14.79%55.69%-
XYZ2224.4829.16-
YUV133.96132.54118.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.10%
GREEN value IS 139 (54.69% from 255) = 34.58%
BLUE value IS 142 (55.86% from 255) = 35.32%
R=30.10%
G=34.58%
B=35.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1211391420.150.0200.44188.578.551.57
Hex798B8EF202Cbd934
Octal1712132161720542751164
Binary111100110001011100011101111100101100101111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798B8E; }

 p { color: rgb(121,139,142); }

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

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

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

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

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

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

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