#789199

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

Shades of Bermuda Grey #789199

Tints of Bermuda Grey #789199

Color information

#789199 (or 0x789199) is unknown color: approx Bermuda Grey. HEX triplet: 78, 91 and 99. RGB value is (120,145,153). Sum of RGB (Red+Green+Blue) = 120+145+153=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 153 - color contains mainly: blue. Hex color #789199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789199 is #876E66. Grayscale: #8A8A8A. Windows color (decimal): -8875623 or 10064248. OLE color: 10064248.

HSL color Cylindrical-coordinate representation of color #789199: hue angle of 194.55º 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 #789199 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB120145153-
CMYK0.220.0500.4
HSL194.55º13.92%53.53%-
HSV(B)194.55º21.57%60%-
XYZ23.6226.5434.02-
YUV138.44136.22114.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.71%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 153 (60.16% from 255) = 36.60%
R=28.71%
G=34.69%
B=36.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1201451530.220.0500.4194.5513.9253.53
Hex789199165028c3e36
Octal1702212312650503031666
Binary11110001001000110011001101101010101000110000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789199; }

 p { color: rgb(120,145,153); }

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

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

 a { background-color: rgb(120,145,153); }

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

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

 span { border-color: rgb(120,145,153); }

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