#778F9E

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

Shades of Bermuda Grey #778F9E

Tints of Bermuda Grey #778F9E

Color information

#778F9E (or 0x778F9E) is unknown color: approx Bermuda Grey. HEX triplet: 77, 8F and 9E. RGB value is (119,143,158). Sum of RGB (Red+Green+Blue) = 119+143+158=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 158 - color contains mainly: blue. Hex color #778F9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778F9E is #887061. Grayscale: #898989. Windows color (decimal): -8941666 or 10391415. OLE color: 10391415.

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

Color convert

RGB119143158-
CMYK0.250.0900.38
HSL203.08º16.74%54.31%-
HSV(B)203.08º24.68%61.96%-
XYZ23.626.0436.13-
YUV137.53139.55114.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.33%
GREEN value IS 143 (56.25% from 255) = 34.05%
BLUE value IS 158 (62.11% from 255) = 37.62%
R=28.33%
G=34.05%
B=37.62%

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
Decimal1191431580.250.0900.38203.0816.7454.31
Hex778F9E199026cb1136
Octal16721723631110463132166
Binary1110111100011111001111011001100101001101100101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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