#788FA1

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

Shades of Bermuda Grey #788FA1

Tints of Bermuda Grey #788FA1

Color information

#788FA1 (or 0x788FA1) is unknown color: approx Bermuda Grey. HEX triplet: 78, 8F and A1. RGB value is (120,143,161). Sum of RGB (Red+Green+Blue) = 120+143+161=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 161 (63.28% from 255 or 37.97% from 424); Max value from RGB is 161 - color contains mainly: blue. Hex color #788FA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788FA1 is #87705E. Grayscale: #8A8A8A. Windows color (decimal): -8876127 or 10588024. OLE color: 10588024.

HSL color Cylindrical-coordinate representation of color #788FA1: hue angle of 206.34º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #788FA1 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB120143161-
CMYK0.250.1100.37
HSL206.34º17.9%55.1%-
HSV(B)206.34º25.47%63.14%-
XYZ2426.2137.51-
YUV138.17140.88115.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.30%
GREEN value IS 143 (56.25% from 255) = 33.73%
BLUE value IS 161 (63.28% from 255) = 37.97%
R=28.30%
G=33.73%
B=37.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1201431610.250.1100.37206.3417.955.1
Hex788FA119B025ce1237
Octal17021724131130453162267
Binary1111000100011111010000111001101101001011100111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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