#778D99

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

Shades of Bermuda Grey #778D99

Tints of Bermuda Grey #778D99

Color information

#778D99 (or 0x778D99) is unknown color: approx Bermuda Grey. HEX triplet: 77, 8D and 99. RGB value is (119,141,153). Sum of RGB (Red+Green+Blue) = 119+141+153=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 153 - color contains mainly: blue. Hex color #778D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778D99 is #887266. Grayscale: #878787. Windows color (decimal): -8942183 or 10063223. OLE color: 10063223.

HSL color Cylindrical-coordinate representation of color #778D99: hue angle of 201.18º 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 #778D99 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB119141153-
CMYK0.220.0800.4
HSL201.18º14.29%53.33%-
HSV(B)201.18º22.22%60%-
XYZ22.8825.2733.81-
YUV135.79137.71116.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.81%
GREEN value IS 141 (55.47% from 255) = 34.14%
BLUE value IS 153 (60.16% from 255) = 37.05%
R=28.81%
G=34.14%
B=37.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191411530.220.0800.4201.1814.2953.33
Hex778D99168028c9e35
Octal16721523126100503111665
Binary111011110001101100110011011010000101000110010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778D99; }

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

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

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

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

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

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

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

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