#788D9A

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

Shades of Bermuda Grey #788D9A

Tints of Bermuda Grey #788D9A

Color information

#788D9A (or 0x788D9A) is unknown color: approx Bermuda Grey. HEX triplet: 78, 8D and 9A. RGB value is (120,141,154). Sum of RGB (Red+Green+Blue) = 120+141+154=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 154 - color contains mainly: blue. Hex color #788D9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788D9A is #877265. Grayscale: #888888. Windows color (decimal): -8876646 or 10128760. OLE color: 10128760.

HSL color Cylindrical-coordinate representation of color #788D9A: hue angle of 202.94º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #788D9A is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB120141154-
CMYK0.220.0800.40
HSL202.94º14.41%53.73%-
HSV(B)202.94º22.08%60.39%-
XYZ23.125.3834.25-
YUV136.2138.04116.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.92%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 154 (60.55% from 255) = 37.11%
R=28.92%
G=33.98%
B=37.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201411540.220.0800.40202.9414.4153.73
Hex788D9A168028cbe36
Octal17021523226100503131666
Binary111100010001101100110101011010000101000110010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,141,154); }

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

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

 a { background-color: rgb(120,141,154); }

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

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

 span { border-color: rgb(120,141,154); }

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