#79868C

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

Shades of Regent Grey #79868C

Tints of Regent Grey #79868C

Color information

#79868C (or 0x79868C) is unknown color: approx Regent Grey. HEX triplet: 79, 86 and 8C. RGB value is (121,134,140). Sum of RGB (Red+Green+Blue) = 121+134+140=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 140 - color contains mainly: blue. Hex color #79868C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79868C is #867973. Grayscale: #828282. Windows color (decimal): -8812916 or 9209465. OLE color: 9209465.

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

Color convert

RGB121134140-
CMYK0.140.0400.45
HSL198.95º7.63%51.18%-
HSV(B)198.95º13.57%54.9%-
XYZ21.1423.0128.14-
YUV130.8133.19121.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.63%
GREEN value IS 134 (52.73% from 255) = 33.92%
BLUE value IS 140 (55.08% from 255) = 35.44%
R=30.63%
G=33.92%
B=35.44%

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
Decimal1211341400.140.0400.45198.957.6351.18
Hex79868CE402Dc7833
Octal1712062141640553071063
Binary1111001100001101000110011101000101101110001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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