#79939E

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

Shades of Bermuda Grey #79939E

Tints of Bermuda Grey #79939E

Color information

#79939E (or 0x79939E) is unknown color: approx Bermuda Grey. HEX triplet: 79, 93 and 9E. RGB value is (121,147,158). Sum of RGB (Red+Green+Blue) = 121+147+158=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 158 - color contains mainly: blue. Hex color #79939E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79939E is #866C61. Grayscale: #8C8C8C. Windows color (decimal): -8809570 or 10392441. OLE color: 10392441.

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

Color convert

RGB121147158-
CMYK0.230.0700.38
HSL197.84º16.02%54.71%-
HSV(B)197.84º23.42%61.96%-
XYZ24.4927.436.35-
YUV140.48137.89114.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.40%
GREEN value IS 147 (57.81% from 255) = 34.51%
BLUE value IS 158 (62.11% from 255) = 37.09%
R=28.40%
G=34.51%
B=37.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211471580.230.0700.38197.8416.0254.71
Hex79939E177026c61037
Octal1712232362770463062067
Binary111100110010011100111101011111101001101100011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79939E; }

 p { color: rgb(121,147,158); }

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

<style>
 a { background-color: #79939E; }

 a { background-color: rgb(121,147,158); }

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

<style>
 span { border-color: #79939E; }

 span { border-color: rgb(121,147,158); }

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