#778F9B

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

Shades of Bermuda Grey #778F9B

Tints of Bermuda Grey #778F9B

Color information

#778F9B (or 0x778F9B) is unknown color: approx Bermuda Grey. HEX triplet: 77, 8F and 9B. RGB value is (119,143,155). Sum of RGB (Red+Green+Blue) = 119+143+155=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #778F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778F9B is #887064. Grayscale: #898989. Windows color (decimal): -8941669 or 10194807. OLE color: 10194807.

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

Color convert

RGB119143155-
CMYK0.230.0800.39
HSL200º15.25%53.73%-
HSV(B)200º23.23%60.78%-
XYZ23.3525.9334.79-
YUV137.19138.05115.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.54%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 155 (60.94% from 255) = 37.17%
R=28.54%
G=34.29%
B=37.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191431550.230.0800.3920015.2553.73
Hex778F9B178027c8f36
Octal16721723327100473101766
Binary111011110001111100110111011110000100111110010001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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