#77919F

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

Shades of Bermuda Grey #77919F

Tints of Bermuda Grey #77919F

Color information

#77919F (or 0x77919F) is unknown color: approx Bermuda Grey. HEX triplet: 77, 91 and 9F. RGB value is (119,145,159). Sum of RGB (Red+Green+Blue) = 119+145+159=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: blue. Hex color #77919F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77919F is #886E60. Grayscale: #8A8A8A. Windows color (decimal): -8941153 or 10457463. OLE color: 10457463.

HSL color Cylindrical-coordinate representation of color #77919F: hue angle of 201º 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 #77919F is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB119145159-
CMYK0.250.0900.38
HSL201º17.24%54.51%-
HSV(B)201º25.16%62.35%-
XYZ23.9926.6836.69-
YUV138.82139.39113.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.13%
GREEN value IS 145 (57.03% from 255) = 34.28%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=28.13%
G=34.28%
B=37.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191451590.250.0900.3820117.2454.51
Hex77919F199026c91137
Octal16722123731110463112167
Binary1110111100100011001111111001100101001101100100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77919F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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