#799099

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

Shades of Bermuda Grey #799099

Tints of Bermuda Grey #799099

Color information

#799099 (or 0x799099) is unknown color: approx Bermuda Grey. HEX triplet: 79, 90 and 99. RGB value is (121,144,153). Sum of RGB (Red+Green+Blue) = 121+144+153=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 144 (56.64% from 255 or 34.45% 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 #799099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799099 is #866F66. Grayscale: #8A8A8A. Windows color (decimal): -8810343 or 10063993. OLE color: 10063993.

HSL color Cylindrical-coordinate representation of color #799099: hue angle of 196.87º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #799099 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB121144153-
CMYK0.210.0600.4
HSL196.87º13.56%53.73%-
HSV(B)196.87º20.92%60%-
XYZ23.6126.3133.97-
YUV138.15136.38115.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.95%
GREEN value IS 144 (56.64% from 255) = 34.45%
BLUE value IS 153 (60.16% from 255) = 36.60%
R=28.95%
G=34.45%
B=36.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211441530.210.0600.4196.8713.5653.73
Hex799099156028c5e36
Octal1712202312560503051666
Binary11110011001000010011001101011100101000110001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799099; }

 p { color: rgb(121,144,153); }

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

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

 a { background-color: rgb(121,144,153); }

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

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

 span { border-color: rgb(121,144,153); }

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