#79929E

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

Shades of Bermuda Grey #79929E

Tints of Bermuda Grey #79929E

Color information

#79929E (or 0x79929E) is unknown color: approx Bermuda Grey. HEX triplet: 79, 92 and 9E. RGB value is (121,146,158). Sum of RGB (Red+Green+Blue) = 121+146+158=425 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.47% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 158 - color contains mainly: blue. Hex color #79929E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79929E is #866D61. Grayscale: #8B8B8B. Windows color (decimal): -8809826 or 10392185. OLE color: 10392185.

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

Color convert

RGB121146158-
CMYK0.230.0800.38
HSL199.46º16.02%54.71%-
HSV(B)199.46º23.42%61.96%-
XYZ24.3427.0936.29-
YUV139.89138.22114.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.47%
GREEN value IS 146 (57.42% from 255) = 34.35%
BLUE value IS 158 (62.11% from 255) = 37.18%
R=28.47%
G=34.35%
B=37.18%

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
Decimal1211461580.230.0800.38199.4616.0254.71
Hex79929E178026c71037
Octal17122223627100463072067
Binary1111001100100101001111010111100001001101100011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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