#79929B

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

Shades of Bermuda Grey #79929B

Tints of Bermuda Grey #79929B

Color information

#79929B (or 0x79929B) is unknown color: approx Bermuda Grey. HEX triplet: 79, 92 and 9B. RGB value is (121,146,155). Sum of RGB (Red+Green+Blue) = 121+146+155=422 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.67% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #79929B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79929B is #866D64. Grayscale: #8B8B8B. Windows color (decimal): -8809829 or 10195577. OLE color: 10195577.

HSL color Cylindrical-coordinate representation of color #79929B: hue angle of 195.88º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #79929B is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB121146155-
CMYK0.220.0600.39
HSL195.88º14.53%54.12%-
HSV(B)195.88º21.94%60.78%-
XYZ24.0826.9934.95-
YUV139.55136.72114.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.67%
GREEN value IS 146 (57.42% from 255) = 34.60%
BLUE value IS 155 (60.94% from 255) = 36.73%
R=28.67%
G=34.60%
B=36.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211461550.220.0600.39195.8814.5354.12
Hex79929B166027c4f36
Octal1712222332660473041766
Binary11110011001001010011011101101100100111110001001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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