#788FA5

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

Shades of Bermuda Grey #788FA5

Tints of Bermuda Grey #788FA5

Color information

#788FA5 (or 0x788FA5) is unknown color: approx Bermuda Grey. HEX triplet: 78, 8F and A5. RGB value is (120,143,165). Sum of RGB (Red+Green+Blue) = 120+143+165=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 165 - color contains mainly: blue. Hex color #788FA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788FA5 is #87705A. Grayscale: #8A8A8A. Windows color (decimal): -8876123 or 10850168. OLE color: 10850168.

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

Color convert

RGB120143165-
CMYK0.270.1300.35
HSL209.33º20%55.88%-
HSV(B)209.33º27.27%64.71%-
XYZ24.3626.3539.4-
YUV138.63142.88114.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.04%
GREEN value IS 143 (56.25% from 255) = 33.41%
BLUE value IS 165 (64.84% from 255) = 38.55%
R=28.04%
G=33.41%
B=38.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201431650.270.1300.35209.332055.88
Hex788FA51BD023d11438
Octal17021724533150433212470
Binary1111000100011111010010111011110101000111101000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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