#778D9B

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

Shades of Bermuda Grey #778D9B

Tints of Bermuda Grey #778D9B

Color information

#778D9B (or 0x778D9B) is unknown color: approx Bermuda Grey. HEX triplet: 77, 8D and 9B. RGB value is (119,141,155). Sum of RGB (Red+Green+Blue) = 119+141+155=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 155 - color contains mainly: blue. Hex color #778D9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778D9B is #887264. Grayscale: #878787. Windows color (decimal): -8942181 or 10194295. OLE color: 10194295.

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

Color convert

RGB119141155-
CMYK0.230.0900.39
HSL203.33º15.25%53.73%-
HSV(B)203.33º23.23%60.78%-
XYZ23.0525.3434.69-
YUV136.02138.71115.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.67%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 155 (60.94% from 255) = 37.35%
R=28.67%
G=33.98%
B=37.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191411550.230.0900.39203.3315.2553.73
Hex778D9B179027cbf36
Octal16721523327110473131766
Binary111011110001101100110111011110010100111110010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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