#798F99

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

Shades of Bermuda Grey #798F99

Tints of Bermuda Grey #798F99

Color information

#798F99 (or 0x798F99) is unknown color: approx Bermuda Grey. HEX triplet: 79, 8F and 99. RGB value is (121,143,153). Sum of RGB (Red+Green+Blue) = 121+143+153=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 153 - color contains mainly: blue. Hex color #798F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798F99 is #867066. Grayscale: #898989. Windows color (decimal): -8810599 or 10063737. OLE color: 10063737.

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

Color convert

RGB121143153-
CMYK0.210.0700.4
HSL198.75º13.56%53.73%-
HSV(B)198.75º20.92%60%-
XYZ23.4626.0133.92-
YUV137.56136.71116.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.02%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 153 (60.16% from 255) = 36.69%
R=29.02%
G=34.29%
B=36.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211431530.210.0700.4198.7513.5653.73
Hex798F99157028c7e36
Octal1712172312570503071666
Binary11110011000111110011001101011110101000110001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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