#798685

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

Shades of Oslo Grey #798685

Tints of Oslo Grey #798685

Color information

#798685 (or 0x798685) is unknown color: approx Oslo Grey. HEX triplet: 79, 86 and 85. RGB value is (121,134,133). Sum of RGB (Red+Green+Blue) = 121+134+133=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 134 - color contains mainly: green. Hex color #798685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798685 is #86797A. Grayscale: #818181. Windows color (decimal): -8812923 or 8750713. OLE color: 8750713.

HSL color Cylindrical-coordinate representation of color #798685: hue angle of 175.38º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #798685 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB121134133-
CMYK0.1000.010.47
HSL175.38º5.1%50%-
HSV(B)175.38º9.7%52.55%-
XYZ20.6422.8125.5-
YUV130129.69121.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.19%
GREEN value IS 134 (52.73% from 255) = 34.54%
BLUE value IS 133 (52.34% from 255) = 34.28%
R=31.19%
G=34.54%
B=34.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211341330.1000.010.47175.385.150
Hex798685A012Faf532
Octal171206205120157257562
Binary1111001100001101000010110100110111110101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798685; }

 p { color: rgb(121,134,133); }

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

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

 a { background-color: rgb(121,134,133); }

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

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

 span { border-color: rgb(121,134,133); }

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