#779199

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

Shades of Bermuda Grey #779199

Tints of Bermuda Grey #779199

Color information

#779199 (or 0x779199) is unknown color: approx Bermuda Grey. HEX triplet: 77, 91 and 99. RGB value is (119,145,153). Sum of RGB (Red+Green+Blue) = 119+145+153=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 153 - color contains mainly: blue. Hex color #779199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779199 is #886E66. Grayscale: #8A8A8A. Windows color (decimal): -8941159 or 10064247. OLE color: 10064247.

HSL color Cylindrical-coordinate representation of color #779199: hue angle of 194.12º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #779199 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB119145153-
CMYK0.220.0500.4
HSL194.12º14.29%53.33%-
HSV(B)194.12º22.22%60%-
XYZ23.4826.4734.01-
YUV138.14136.39114.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.54%
GREEN value IS 145 (57.03% from 255) = 34.77%
BLUE value IS 153 (60.16% from 255) = 36.69%
R=28.54%
G=34.77%
B=36.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191451530.220.0500.4194.1214.2953.33
Hex779199165028c2e35
Octal1672212312650503021665
Binary11101111001000110011001101101010101000110000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779199; }

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

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

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

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

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

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

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

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