#788FA6

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

Shades of Bermuda Grey #788FA6

Tints of Bermuda Grey #788FA6

Color information

#788FA6 (or 0x788FA6) is unknown color: approx Bermuda Grey. HEX triplet: 78, 8F and A6. RGB value is (120,143,166). Sum of RGB (Red+Green+Blue) = 120+143+166=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 166 - color contains mainly: blue. Hex color #788FA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788FA6 is #877059. Grayscale: #8A8A8A. Windows color (decimal): -8876122 or 10915704. OLE color: 10915704.

HSL color Cylindrical-coordinate representation of color #788FA6: hue angle of 210º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #788FA6 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB120143166-
CMYK0.280.1400.35
HSL210º20.54%56.08%-
HSV(B)210º27.71%65.1%-
XYZ24.4526.3939.88-
YUV138.74143.38114.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.97%
GREEN value IS 143 (56.25% from 255) = 33.33%
BLUE value IS 166 (65.23% from 255) = 38.69%
R=27.97%
G=33.33%
B=38.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201431660.280.1400.3521020.5456.08
Hex788FA61CE023d21538
Octal17021724634160433222570
Binary1111000100011111010011011100111001000111101001010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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