#79909B

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

Shades of Bermuda Grey #79909B

Tints of Bermuda Grey #79909B

Color information

#79909B (or 0x79909B) is unknown color: approx Bermuda Grey. HEX triplet: 79, 90 and 9B. RGB value is (121,144,155). Sum of RGB (Red+Green+Blue) = 121+144+155=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #79909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79909B is #866F64. Grayscale: #8A8A8A. Windows color (decimal): -8810341 or 10195065. OLE color: 10195065.

HSL color Cylindrical-coordinate representation of color #79909B: hue angle of 199.41º 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 #79909B is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB121144155-
CMYK0.220.0700.39
HSL199.41º14.53%54.12%-
HSV(B)199.41º21.94%60.78%-
XYZ23.7726.3834.85-
YUV138.38137.38115.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.81%
GREEN value IS 144 (56.64% from 255) = 34.29%
BLUE value IS 155 (60.94% from 255) = 36.90%
R=28.81%
G=34.29%
B=36.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211441550.220.0700.39199.4114.5354.12
Hex79909B167027c7f36
Octal1712202332670473071766
Binary11110011001000010011011101101110100111110001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,144,155); }

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

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

 a { background-color: rgb(121,144,155); }

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

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

 span { border-color: rgb(121,144,155); }

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