#79929D

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

Shades of Bermuda Grey #79929D

Tints of Bermuda Grey #79929D

Color information

#79929D (or 0x79929D) is unknown color: approx Bermuda Grey. HEX triplet: 79, 92 and 9D. RGB value is (121,146,157). Sum of RGB (Red+Green+Blue) = 121+146+157=424 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.54% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 157 - color contains mainly: blue. Hex color #79929D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79929D is #866D62. Grayscale: #8B8B8B. Windows color (decimal): -8809827 or 10326649. OLE color: 10326649.

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

Color convert

RGB121146157-
CMYK0.230.0700.38
HSL198.33º15.52%54.51%-
HSV(B)198.33º22.93%61.57%-
XYZ24.2527.0635.84-
YUV139.78137.72114.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.54%
GREEN value IS 146 (57.42% from 255) = 34.43%
BLUE value IS 157 (61.72% from 255) = 37.03%
R=28.54%
G=34.43%
B=37.03%

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
Decimal1211461570.230.0700.38198.3315.5254.51
Hex79929D177026c61037
Octal1712222352770463062067
Binary111100110010010100111011011111101001101100011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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