#798687

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

Shades of Regent Grey #798687

Tints of Regent Grey #798687

Color information

#798687 (or 0x798687) is unknown color: approx Regent Grey. HEX triplet: 79, 86 and 87. RGB value is (121,134,135). Sum of RGB (Red+Green+Blue) = 121+134+135=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 135 - color contains mainly: blue. Hex color #798687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798687 is #867978. Grayscale: #828282. Windows color (decimal): -8812921 or 8881785. OLE color: 8881785.

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

Color convert

RGB121134135-
CMYK0.100.0100.47
HSL184.29º5.51%50.2%-
HSV(B)184.29º10.37%52.94%-
XYZ20.7822.8626.24-
YUV130.23130.69121.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.03%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 135 (53.12% from 255) = 34.62%
R=31.03%
G=34.36%
B=34.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211341350.100.0100.47184.295.5150.2
Hex798687A102Fb8632
Octal171206207121057270662
Binary1111001100001101000011110101010111110111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798687; }

 p { color: rgb(121,134,135); }

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

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

 a { background-color: rgb(121,134,135); }

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

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

 span { border-color: rgb(121,134,135); }

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