#778D9A

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

Shades of Bermuda Grey #778D9A

Tints of Bermuda Grey #778D9A

Color information

#778D9A (or 0x778D9A) is unknown color: approx Bermuda Grey. HEX triplet: 77, 8D and 9A. RGB value is (119,141,154). Sum of RGB (Red+Green+Blue) = 119+141+154=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 154 - color contains mainly: blue. Hex color #778D9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778D9A is #887265. Grayscale: #878787. Windows color (decimal): -8942182 or 10128759. OLE color: 10128759.

HSL color Cylindrical-coordinate representation of color #778D9A: hue angle of 202.29º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #778D9A is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB119141154-
CMYK0.230.0800.40
HSL202.29º14.77%53.53%-
HSV(B)202.29º22.73%60.39%-
XYZ22.9725.334.25-
YUV135.9138.21115.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.74%
GREEN value IS 141 (55.47% from 255) = 34.06%
BLUE value IS 154 (60.55% from 255) = 37.20%
R=28.74%
G=34.06%
B=37.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191411540.230.0800.40202.2914.7753.53
Hex778D9A178028caf36
Octal16721523227100503121766
Binary111011110001101100110101011110000101000110010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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