#79909D

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

Shades of Bermuda Grey #79909D

Tints of Bermuda Grey #79909D

Color information

#79909D (or 0x79909D) is unknown color: approx Bermuda Grey. HEX triplet: 79, 90 and 9D. RGB value is (121,144,157). Sum of RGB (Red+Green+Blue) = 121+144+157=422 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.67% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: blue. Hex color #79909D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79909D is #866F62. Grayscale: #8A8A8A. Windows color (decimal): -8810339 or 10326137. OLE color: 10326137.

HSL color Cylindrical-coordinate representation of color #79909D: hue angle of 201.67º 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 #79909D is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB121144157-
CMYK0.230.0800.38
HSL201.67º15.52%54.51%-
HSV(B)201.67º22.93%61.57%-
XYZ23.9426.4535.74-
YUV138.6138.38115.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.67%
GREEN value IS 144 (56.64% from 255) = 34.12%
BLUE value IS 157 (61.72% from 255) = 37.20%
R=28.67%
G=34.12%
B=37.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211441570.230.0800.38201.6715.5254.51
Hex79909D178026ca1037
Octal17122023527100463122067
Binary1111001100100001001110110111100001001101100101010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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