#798784

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

Shades of Oslo Grey #798784

Tints of Oslo Grey #798784

Color information

#798784 (or 0x798784) is unknown color: approx Oslo Grey. HEX triplet: 79, 87 and 84. RGB value is (121,135,132). Sum of RGB (Red+Green+Blue) = 121+135+132=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 135 - color contains mainly: green. Hex color #798784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798784 is #86787B. Grayscale: #828282. Windows color (decimal): -8812668 or 8685433. OLE color: 8685433.

HSL color Cylindrical-coordinate representation of color #798784: hue angle of 167.14º degrees, saturation: 0.06, 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 #798784 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB121135132-
CMYK0.1000.020.47
HSL167.14º5.51%50.2%-
HSV(B)167.14º10.37%52.94%-
XYZ20.7123.0625.19-
YUV130.47128.86121.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.19%
GREEN value IS 135 (53.12% from 255) = 34.79%
BLUE value IS 132 (51.95% from 255) = 34.02%
R=31.19%
G=34.79%
B=34.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211351320.1000.020.47167.145.5150.2
Hex798784A022Fa7632
Octal171207204120257247662
Binary11110011000011110000100101001010111110100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798784; }

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

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

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

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

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

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

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

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