#79949D

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

Shades of Bermuda Grey #79949D

Tints of Bermuda Grey #79949D

Color information

#79949D (or 0x79949D) is unknown color: approx Bermuda Grey. HEX triplet: 79, 94 and 9D. RGB value is (121,148,157). Sum of RGB (Red+Green+Blue) = 121+148+157=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 157 - color contains mainly: blue. Hex color #79949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79949D is #866B62. Grayscale: #8C8C8C. Windows color (decimal): -8809315 or 10327161. OLE color: 10327161.

HSL color Cylindrical-coordinate representation of color #79949D: hue angle of 195º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #79949D is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB121148157-
CMYK0.230.0600.38
HSL195º15.52%54.51%-
HSV(B)195º22.93%61.57%-
XYZ24.5627.6835.95-
YUV140.95137.05113.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.40%
GREEN value IS 148 (58.20% from 255) = 34.74%
BLUE value IS 157 (61.72% from 255) = 36.85%
R=28.40%
G=34.74%
B=36.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211481570.230.0600.3819515.5254.51
Hex79949D176026c31037
Octal1712242352760463032067
Binary111100110010100100111011011111001001101100001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,148,157); }

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

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

 a { background-color: rgb(121,148,157); }

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

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

 span { border-color: rgb(121,148,157); }

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