#79868D

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

Shades of Regent Grey #79868D

Tints of Regent Grey #79868D

Color information

#79868D (or 0x79868D) is unknown color: approx Regent Grey. HEX triplet: 79, 86 and 8D. RGB value is (121,134,141). Sum of RGB (Red+Green+Blue) = 121+134+141=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 141 - color contains mainly: blue. Hex color #79868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79868D is #867972. Grayscale: #828282. Windows color (decimal): -8812915 or 9275001. OLE color: 9275001.

HSL color Cylindrical-coordinate representation of color #79868D: hue angle of 201º 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 #79868D is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB121134141-
CMYK0.140.0500.45
HSL201º8.06%51.37%-
HSV(B)201º14.18%55.29%-
XYZ21.2223.0428.53-
YUV130.91133.69120.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.56%
GREEN value IS 134 (52.73% from 255) = 33.84%
BLUE value IS 141 (55.47% from 255) = 35.61%
R=30.56%
G=33.84%
B=35.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1211341410.140.0500.452018.0651.37
Hex79868DE502Dc9833
Octal1712062151650553111063
Binary1111001100001101000110111101010101101110010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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