#798A87

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

Shades of Oslo Grey #798A87

Tints of Oslo Grey #798A87

Color information

#798A87 (or 0x798A87) is unknown color: approx Oslo Grey. HEX triplet: 79, 8A and 87. RGB value is (121,138,135). Sum of RGB (Red+Green+Blue) = 121+138+135=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 138 - color contains mainly: green. Hex color #798A87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798A87 is #867578. Grayscale: #848484. Windows color (decimal): -8811897 or 8882809. OLE color: 8882809.

HSL color Cylindrical-coordinate representation of color #798A87: hue angle of 169.41º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #798A87 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB121138135-
CMYK0.1200.020.46
HSL169.41º6.77%50.78%-
HSV(B)169.41º12.32%54.12%-
XYZ21.3523.9926.43-
YUV132.57129.37119.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.71%
GREEN value IS 138 (54.30% from 255) = 35.03%
BLUE value IS 135 (53.12% from 255) = 34.26%
R=30.71%
G=35.03%
B=34.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1211381350.1200.020.46169.416.7750.78
Hex798A87C022Ea9733
Octal171212207140256251763
Binary11110011000101010000111110001010111010101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,138,135); }

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

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

 a { background-color: rgb(121,138,135); }

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

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

 span { border-color: rgb(121,138,135); }

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