#798F97

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

Shades of Bermuda Grey #798F97

Tints of Bermuda Grey #798F97

Color information

#798F97 (or 0x798F97) is unknown color: approx Bermuda Grey. HEX triplet: 79, 8F and 97. RGB value is (121,143,151). Sum of RGB (Red+Green+Blue) = 121+143+151=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 151 - color contains mainly: blue. Hex color #798F97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798F97 is #867068. Grayscale: #898989. Windows color (decimal): -8810601 or 9932665. OLE color: 9932665.

HSL color Cylindrical-coordinate representation of color #798F97: hue angle of 196º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #798F97 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB121143151-
CMYK0.200.0500.41
HSL196º12.61%53.33%-
HSV(B)196º19.87%59.22%-
XYZ23.2925.9433.06-
YUV137.33135.71116.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.16%
GREEN value IS 143 (56.25% from 255) = 34.46%
BLUE value IS 151 (59.38% from 255) = 36.39%
R=29.16%
G=34.46%
B=36.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1211431510.200.0500.4119612.6153.33
Hex798F97145029c4d35
Octal1712172272450513041565
Binary11110011000111110010111101001010101001110001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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