#797F82

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

Shades of Regent Grey #797F82

Tints of Regent Grey #797F82

Color information

#797F82 (or 0x797F82) is unknown color: approx Regent Grey. HEX triplet: 79, 7F and 82. RGB value is (121,127,130). Sum of RGB (Red+Green+Blue) = 121+127+130=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 130 - color contains mainly: blue. Hex color #797F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797F82 is #86807D. Grayscale: #7D7D7D. Windows color (decimal): -8814718 or 8552313. OLE color: 8552313.

HSL color Cylindrical-coordinate representation of color #797F82: hue angle of 200º 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 #797F82 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB121127130-
CMYK0.070.0200.49
HSL200º3.59%49.22%-
HSV(B)200º6.92%50.98%-
XYZ19.520.8624.12-
YUV125.55130.51124.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.01%
GREEN value IS 127 (50% from 255) = 33.60%
BLUE value IS 130 (51.17% from 255) = 34.39%
R=32.01%
G=33.60%
B=34.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211271300.070.0200.492003.5949.22
Hex797F8272031c8431
Octal17117720272061310461
Binary111100111111111000001011110011000111001000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797F82; }

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

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

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

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

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

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

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

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