#79898B

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

Shades of Regent Grey #79898B

Tints of Regent Grey #79898B

Color information

#79898B (or 0x79898B) is unknown color: approx Regent Grey. HEX triplet: 79, 89 and 8B. RGB value is (121,137,139). Sum of RGB (Red+Green+Blue) = 121+137+139=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 139 - color contains mainly: blue. Hex color #79898B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79898B is #867674. Grayscale: #848484. Windows color (decimal): -8812149 or 9144697. OLE color: 9144697.

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

Color convert

RGB121137139-
CMYK0.130.0100.45
HSL186.67º7.2%50.98%-
HSV(B)186.67º12.95%54.51%-
XYZ21.4923.8227.89-
YUV132.44131.7119.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.48%
GREEN value IS 137 (53.91% from 255) = 34.51%
BLUE value IS 139 (54.69% from 255) = 35.01%
R=30.48%
G=34.51%
B=35.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1211371390.130.0100.45186.677.250.98
Hex79898BD102Dbb733
Octal171211213151055273763
Binary1111001100010011000101111011010110110111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79898B; }

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

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

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

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

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

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

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

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