#798081

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

Shades of Regent Grey #798081

Tints of Regent Grey #798081

Color information

#798081 (or 0x798081) is unknown color: approx Regent Grey. HEX triplet: 79, 80 and 81. RGB value is (121,128,129). Sum of RGB (Red+Green+Blue) = 121+128+129=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 129 - color contains mainly: blue. Hex color #798081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798081 is #867F7E. Grayscale: #7E7E7E. Windows color (decimal): -8814463 or 8487033. OLE color: 8487033.

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

Color convert

RGB121128129-
CMYK0.060.0100.49
HSL187.5º3.2%49.02%-
HSV(B)187.5º6.2%50.59%-
XYZ19.5721.0923.81-
YUV126.02129.68124.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.01%
GREEN value IS 128 (50.39% from 255) = 33.86%
BLUE value IS 129 (50.78% from 255) = 34.13%
R=32.01%
G=33.86%
B=34.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211281290.060.0100.49187.53.249.02
Hex79808161031bb331
Octal17120020161061273361
Binary11110011000000010000001110101100011011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798081; }

 p { color: rgb(121,128,129); }

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

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

 a { background-color: rgb(121,128,129); }

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

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

 span { border-color: rgb(121,128,129); }

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