#798D99

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

Shades of Bermuda Grey #798D99

Tints of Bermuda Grey #798D99

Color information

#798D99 (or 0x798D99) is unknown color: approx Bermuda Grey. HEX triplet: 79, 8D and 99. RGB value is (121,141,153). Sum of RGB (Red+Green+Blue) = 121+141+153=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 153 - color contains mainly: blue. Hex color #798D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798D99 is #867266. Grayscale: #888888. Windows color (decimal): -8811111 or 10063225. OLE color: 10063225.

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

Color convert

RGB121141153-
CMYK0.210.0800.4
HSL202.5º13.56%53.73%-
HSV(B)202.5º20.92%60%-
XYZ23.1625.4133.82-
YUV136.39137.37117.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.16%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 153 (60.16% from 255) = 36.87%
R=29.16%
G=33.98%
B=36.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211411530.210.0800.4202.513.5653.73
Hex798D99158028cae36
Octal17121523125100503121666
Binary111100110001101100110011010110000101000110010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798D99; }

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

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

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

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

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

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

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

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