#79868B

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

Shades of Regent Grey #79868B

Tints of Regent Grey #79868B

Color information

#79868B (or 0x79868B) is unknown color: approx Regent Grey. HEX triplet: 79, 86 and 8B. RGB value is (121,134,139). Sum of RGB (Red+Green+Blue) = 121+134+139=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 139 - color contains mainly: blue. Hex color #79868B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79868B is #867974. Grayscale: #828282. Windows color (decimal): -8812917 or 9143929. OLE color: 9143929.

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

Color convert

RGB121134139-
CMYK0.130.0400.45
HSL196.67º7.2%50.98%-
HSV(B)196.67º12.95%54.51%-
XYZ21.0722.9827.75-
YUV130.68132.69121.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.71%
GREEN value IS 134 (52.73% from 255) = 34.01%
BLUE value IS 139 (54.69% from 255) = 35.28%
R=30.71%
G=34.01%
B=35.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1211341390.130.0400.45196.677.250.98
Hex79868BD402Dc5733
Octal171206213154055305763
Binary111100110000110100010111101100010110111000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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