#798182

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

Shades of Regent Grey #798182

Tints of Regent Grey #798182

Color information

#798182 (or 0x798182) is unknown color: approx Regent Grey. HEX triplet: 79, 81 and 82. RGB value is (121,129,130). Sum of RGB (Red+Green+Blue) = 121+129+130=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 130 - color contains mainly: blue. Hex color #798182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798182 is #867E7D. Grayscale: #7E7E7E. Windows color (decimal): -8814206 or 8552825. OLE color: 8552825.

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

Color convert

RGB121129130-
CMYK0.070.0100.49
HSL186.67º3.59%49.22%-
HSV(B)186.67º6.92%50.98%-
XYZ19.7621.3824.2-
YUV126.72129.85123.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.84%
GREEN value IS 129 (50.78% from 255) = 33.95%
BLUE value IS 130 (51.17% from 255) = 34.21%
R=31.84%
G=33.95%
B=34.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211291300.070.0100.49186.673.5949.22
Hex79818271031bb431
Octal17120120271061273461
Binary111100110000001100000101111011000110111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798182; }

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

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

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

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

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

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

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

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