#788F9B

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

Shades of Bermuda Grey #788F9B

Tints of Bermuda Grey #788F9B

Color information

#788F9B (or 0x788F9B) is unknown color: approx Bermuda Grey. HEX triplet: 78, 8F and 9B. RGB value is (120,143,155). Sum of RGB (Red+Green+Blue) = 120+143+155=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #788F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788F9B is #877064. Grayscale: #898989. Windows color (decimal): -8876133 or 10194808. OLE color: 10194808.

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

Color convert

RGB120143155-
CMYK0.230.0800.39
HSL200.57º14.89%53.92%-
HSV(B)200.57º22.58%60.78%-
XYZ23.482634.79-
YUV137.49137.88115.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.71%
GREEN value IS 143 (56.25% from 255) = 34.21%
BLUE value IS 155 (60.94% from 255) = 37.08%
R=28.71%
G=34.21%
B=37.08%

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
Decimal1201431550.230.0800.39200.5714.8953.92
Hex788F9B178027c9f36
Octal17021723327100473111766
Binary111100010001111100110111011110000100111110010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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