#77959F

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

Shades of Bermuda Grey #77959F

Tints of Bermuda Grey #77959F

Color information

#77959F (or 0x77959F) is unknown color: approx Bermuda Grey. HEX triplet: 77, 95 and 9F. RGB value is (119,149,159). Sum of RGB (Red+Green+Blue) = 119+149+159=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 159 - color contains mainly: blue. Hex color #77959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77959F is #886A60. Grayscale: #8D8D8D. Windows color (decimal): -8940129 or 10458487. OLE color: 10458487.

HSL color Cylindrical-coordinate representation of color #77959F: hue angle of 195º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #77959F is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB119149159-
CMYK0.250.0600.38
HSL195º17.24%54.51%-
HSV(B)195º25.16%62.35%-
XYZ24.6127.9236.89-
YUV141.17138.06112.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.87%
GREEN value IS 149 (58.59% from 255) = 34.89%
BLUE value IS 159 (62.5% from 255) = 37.24%
R=27.87%
G=34.89%
B=37.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191491590.250.0600.3819517.2454.51
Hex77959F196026c31137
Octal1672252373160463032167
Binary111011110010101100111111100111001001101100001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77959F; }

 p { color: rgb(119,149,159); }

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

<style>
 a { background-color: #77959F; }

 a { background-color: rgb(119,149,159); }

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

<style>
 span { border-color: #77959F; }

 span { border-color: rgb(119,149,159); }

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