#798584

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

Shades of Oslo Grey #798584

Tints of Oslo Grey #798584

Color information

#798584 (or 0x798584) is unknown color: approx Oslo Grey. HEX triplet: 79, 85 and 84. RGB value is (121,133,132). Sum of RGB (Red+Green+Blue) = 121+133+132=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 133 - color contains mainly: green. Hex color #798584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798584 is #867A7B. Grayscale: #818181. Windows color (decimal): -8813180 or 8684921. OLE color: 8684921.

HSL color Cylindrical-coordinate representation of color #798584: hue angle of 175º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #798584 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB121133132-
CMYK0.0900.010.48
HSL175º4.72%49.8%-
HSV(B)175º9.02%52.16%-
XYZ20.4422.5125.1-
YUV129.3129.52122.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.35%
GREEN value IS 133 (52.34% from 255) = 34.46%
BLUE value IS 132 (51.95% from 255) = 34.20%
R=31.35%
G=34.46%
B=34.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211331320.0900.010.481754.7249.8
Hex79858490130af532
Octal171205204110160257562
Binary1111001100001011000010010010111000010101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798584; }

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

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

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

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

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

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

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

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