#79959D

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

Shades of Bermuda Grey #79959D

Tints of Bermuda Grey #79959D

Color information

#79959D (or 0x79959D) is unknown color: approx Bermuda Grey. HEX triplet: 79, 95 and 9D. RGB value is (121,149,157). Sum of RGB (Red+Green+Blue) = 121+149+157=427 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.34% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 157 - color contains mainly: blue. Hex color #79959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79959D is #866A62. Grayscale: #8D8D8D. Windows color (decimal): -8809059 or 10327417. OLE color: 10327417.

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

Color convert

RGB121149157-
CMYK0.230.0500.38
HSL193.33º15.52%54.51%-
HSV(B)193.33º22.93%61.57%-
XYZ24.7227.9936-
YUV141.54136.72113.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.34%
GREEN value IS 149 (58.59% from 255) = 34.89%
BLUE value IS 157 (61.72% from 255) = 36.77%
R=28.34%
G=34.89%
B=36.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211491570.230.0500.38193.3315.5254.51
Hex79959D175026c11037
Octal1712252352750463012067
Binary111100110010101100111011011110101001101100000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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