#79909A

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

Shades of Bermuda Grey #79909A

Tints of Bermuda Grey #79909A

Color information

#79909A (or 0x79909A) is unknown color: approx Bermuda Grey. HEX triplet: 79, 90 and 9A. RGB value is (121,144,154). Sum of RGB (Red+Green+Blue) = 121+144+154=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 154 - color contains mainly: blue. Hex color #79909A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79909A is #866F65. Grayscale: #8A8A8A. Windows color (decimal): -8810342 or 10129529. OLE color: 10129529.

HSL color Cylindrical-coordinate representation of color #79909A: hue angle of 198.18º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #79909A is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB121144154-
CMYK0.210.0600.40
HSL198.18º14.04%53.92%-
HSV(B)198.18º21.43%60.39%-
XYZ23.6926.3434.41-
YUV138.26136.88115.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.88%
GREEN value IS 144 (56.64% from 255) = 34.37%
BLUE value IS 154 (60.55% from 255) = 36.75%
R=28.88%
G=34.37%
B=36.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211441540.210.0600.40198.1814.0453.92
Hex79909A156028c6e36
Octal1712202322560503061666
Binary11110011001000010011010101011100101000110001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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