#77949E

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

Shades of Bermuda Grey #77949E

Tints of Bermuda Grey #77949E

Color information

#77949E (or 0x77949E) is unknown color: approx Bermuda Grey. HEX triplet: 77, 94 and 9E. RGB value is (119,148,158). Sum of RGB (Red+Green+Blue) = 119+148+158=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 148 (58.20% from 255 or 34.82% 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 #77949E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77949E is #886B61. Grayscale: #8C8C8C. Windows color (decimal): -8940386 or 10392695. OLE color: 10392695.

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

Color convert

RGB119148158-
CMYK0.250.0600.38
HSL195.38º16.74%54.31%-
HSV(B)195.38º24.68%61.96%-
XYZ24.3727.5736.38-
YUV140.47137.89112.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 158 (62.11% from 255) = 37.18%
R=28%
G=34.82%
B=37.18%

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
Decimal1191481580.250.0600.38195.3816.7454.31
Hex77949E196026c31136
Octal1672242363160463032166
Binary111011110010100100111101100111001001101100001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,148,158); }

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

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

 a { background-color: rgb(119,148,158); }

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

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

 span { border-color: rgb(119,148,158); }

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