#788FA0

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

Shades of Bermuda Grey #788FA0

Tints of Bermuda Grey #788FA0

Color information

#788FA0 (or 0x788FA0) is unknown color: approx Bermuda Grey. HEX triplet: 78, 8F and A0. RGB value is (120,143,160). Sum of RGB (Red+Green+Blue) = 120+143+160=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 160 - color contains mainly: blue. Hex color #788FA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788FA0 is #87705F. Grayscale: #898989. Windows color (decimal): -8876128 or 10522488. OLE color: 10522488.

HSL color Cylindrical-coordinate representation of color #788FA0: hue angle of 205.5º degrees, saturation: 0.17, 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 #788FA0 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB120143160-
CMYK0.250.1100.37
HSL205.5º17.39%54.9%-
HSV(B)205.5º25%62.75%-
XYZ23.9126.1837.05-
YUV138.06140.38115.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.37%
GREEN value IS 143 (56.25% from 255) = 33.81%
BLUE value IS 160 (62.89% from 255) = 37.83%
R=28.37%
G=33.81%
B=37.83%

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
Decimal1201431600.250.1100.37205.517.3954.9
Hex788FA019B025cd1137
Octal17021724031130453152167
Binary1111000100011111010000011001101101001011100110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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