#799299

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

Shades of Bermuda Grey #799299

Tints of Bermuda Grey #799299

Color information

#799299 (or 0x799299) is unknown color: approx Bermuda Grey. HEX triplet: 79, 92 and 99. RGB value is (121,146,153). Sum of RGB (Red+Green+Blue) = 121+146+153=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 153 - color contains mainly: blue. Hex color #799299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799299 is #866D66. Grayscale: #8B8B8B. Windows color (decimal): -8809831 or 10064505. OLE color: 10064505.

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

Color convert

RGB121146153-
CMYK0.210.0500.4
HSL193.12º13.56%53.73%-
HSV(B)193.12º20.92%60%-
XYZ23.9126.9234.07-
YUV139.32135.72114.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.81%
GREEN value IS 146 (57.42% from 255) = 34.76%
BLUE value IS 153 (60.16% from 255) = 36.43%
R=28.81%
G=34.76%
B=36.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211461530.210.0500.4193.1213.5653.73
Hex799299155028c1e36
Octal1712222312550503011666
Binary11110011001001010011001101011010101000110000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799299; }

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

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

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

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

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

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

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

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