#798FA0

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

Shades of Bermuda Grey #798FA0

Tints of Bermuda Grey #798FA0

Color information

#798FA0 (or 0x798FA0) is unknown color: approx Bermuda Grey. HEX triplet: 79, 8F and A0. RGB value is (121,143,160). Sum of RGB (Red+Green+Blue) = 121+143+160=424 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.54% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 160 - color contains mainly: blue. Hex color #798FA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798FA0 is #86705F. Grayscale: #8A8A8A. Windows color (decimal): -8810592 or 10522489. OLE color: 10522489.

HSL color Cylindrical-coordinate representation of color #798FA0: hue angle of 206.15º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #798FA0 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB121143160-
CMYK0.240.1100.37
HSL206.15º17.03%55.1%-
HSV(B)206.15º24.38%62.75%-
XYZ24.0526.2537.06-
YUV138.36140.21115.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.54%
GREEN value IS 143 (56.25% from 255) = 33.73%
BLUE value IS 160 (62.89% from 255) = 37.74%
R=28.54%
G=33.73%
B=37.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1211431600.240.1100.37206.1517.0355.1
Hex798FA018B025ce1137
Octal17121724030130453162167
Binary1111001100011111010000011000101101001011100111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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