#798484

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

Shades of Oslo Grey #798484

Tints of Oslo Grey #798484

Color information

#798484 (or 0x798484) is unknown color: approx Oslo Grey. HEX triplet: 79, 84 and 84. RGB value is (121,132,132). Sum of RGB (Red+Green+Blue) = 121+132+132=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #798484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798484 is #867B7B. Grayscale: #808080. Windows color (decimal): -8813436 or 8684665. OLE color: 8684665.

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

Color convert

RGB121132132-
CMYK0.08000.48
HSL180º4.35%49.61%-
HSV(B)180º8.33%51.76%-
XYZ20.322.2325.05-
YUV128.71129.86122.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.43%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 132 (51.95% from 255) = 34.29%
R=31.43%
G=34.29%
B=34.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211321320.08000.481804.3549.61
Hex79848480030b4432
Octal171204204100060264462
Binary1111001100001001000010010000011000010110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798484; }

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

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

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

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

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

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

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

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