#778E9C

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

Shades of Bermuda Grey #778E9C

Tints of Bermuda Grey #778E9C

Color information

#778E9C (or 0x778E9C) is unknown color: approx Bermuda Grey. HEX triplet: 77, 8E and 9C. RGB value is (119,142,156). Sum of RGB (Red+Green+Blue) = 119+142+156=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 156 - color contains mainly: blue. Hex color #778E9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778E9C is #887163. Grayscale: #888888. Windows color (decimal): -8941924 or 10260087. OLE color: 10260087.

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

Color convert

RGB119142156-
CMYK0.240.0900.39
HSL202.7º15.74%53.92%-
HSV(B)202.7º23.72%61.18%-
XYZ23.2825.6735.18-
YUV136.72138.88115.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.54%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 156 (61.33% from 255) = 37.41%
R=28.54%
G=34.05%
B=37.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191421560.240.0900.39202.715.7453.92
Hex778E9C189027cb1036
Octal16721623430110473132066
Binary1110111100011101001110011000100101001111100101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,142,156); }

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

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

 a { background-color: rgb(119,142,156); }

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

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

 span { border-color: rgb(119,142,156); }

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