#79929C

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

Shades of Bermuda Grey #79929C

Tints of Bermuda Grey #79929C

Color information

#79929C (or 0x79929C) is unknown color: approx Bermuda Grey. HEX triplet: 79, 92 and 9C. RGB value is (121,146,156). Sum of RGB (Red+Green+Blue) = 121+146+156=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 156 - color contains mainly: blue. Hex color #79929C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79929C is #866D63. Grayscale: #8B8B8B. Windows color (decimal): -8809828 or 10261113. OLE color: 10261113.

HSL color Cylindrical-coordinate representation of color #79929C: hue angle of 197.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #79929C is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB121146156-
CMYK0.220.0600.39
HSL197.14º15.02%54.31%-
HSV(B)197.14º22.44%61.18%-
XYZ24.1627.0235.39-
YUV139.66137.22114.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.61%
GREEN value IS 146 (57.42% from 255) = 34.52%
BLUE value IS 156 (61.33% from 255) = 36.88%
R=28.61%
G=34.52%
B=36.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211461560.220.0600.39197.1415.0254.31
Hex79929C166027c5f36
Octal1712222342660473051766
Binary11110011001001010011100101101100100111110001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,146,156); }

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

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

 a { background-color: rgb(121,146,156); }

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

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

 span { border-color: rgb(121,146,156); }

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