#79888D

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

Shades of Regent Grey #79888D

Tints of Regent Grey #79888D

Color information

#79888D (or 0x79888D) is unknown color: approx Regent Grey. HEX triplet: 79, 88 and 8D. RGB value is (121,136,141). Sum of RGB (Red+Green+Blue) = 121+136+141=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 141 - color contains mainly: blue. Hex color #79888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79888D is #867772. Grayscale: #848484. Windows color (decimal): -8812403 or 9275513. OLE color: 9275513.

HSL color Cylindrical-coordinate representation of color #79888D: hue angle of 195º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #79888D is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB121136141-
CMYK0.140.0400.45
HSL195º8.06%51.37%-
HSV(B)195º14.18%55.29%-
XYZ21.523.628.62-
YUV132.08133.03120.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.40%
GREEN value IS 136 (53.52% from 255) = 34.17%
BLUE value IS 141 (55.47% from 255) = 35.43%
R=30.40%
G=34.17%
B=35.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1211361410.140.0400.451958.0651.37
Hex79888DE402Dc3833
Octal1712102151640553031063
Binary1111001100010001000110111101000101101110000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79888D; }

 p { color: rgb(121,136,141); }

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

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

 a { background-color: rgb(121,136,141); }

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

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

 span { border-color: rgb(121,136,141); }

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