#79898F

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

Shades of Regent Grey #79898F

Tints of Regent Grey #79898F

Color information

#79898F (or 0x79898F) is unknown color: approx Regent Grey. HEX triplet: 79, 89 and 8F. RGB value is (121,137,143). Sum of RGB (Red+Green+Blue) = 121+137+143=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 143 - color contains mainly: blue. Hex color #79898F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79898F is #867670. Grayscale: #848484. Windows color (decimal): -8812145 or 9406841. OLE color: 9406841.

HSL color Cylindrical-coordinate representation of color #79898F: hue angle of 196.36º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #79898F is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB121137143-
CMYK0.150.0400.44
HSL196.36º8.94%51.76%-
HSV(B)196.36º15.38%56.08%-
XYZ21.7923.9429.46-
YUV132.9133.7119.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.17%
GREEN value IS 137 (53.91% from 255) = 34.16%
BLUE value IS 143 (56.25% from 255) = 35.66%
R=30.17%
G=34.16%
B=35.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1211371430.150.0400.44196.368.9451.76
Hex79898FF402Cc4934
Octal1712112171740543041164
Binary1111001100010011000111111111000101100110001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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