#798482

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

Shades of Oslo Grey #798482

Tints of Oslo Grey #798482

Color information

#798482 (or 0x798482) is unknown color: approx Oslo Grey. HEX triplet: 79, 84 and 82. RGB value is (121,132,130). Sum of RGB (Red+Green+Blue) = 121+132+130=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 132 - color contains mainly: green. Hex color #798482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798482 is #867B7D. Grayscale: #808080. Windows color (decimal): -8813438 or 8553593. OLE color: 8553593.

HSL color Cylindrical-coordinate representation of color #798482: hue angle of 169.09º 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 #798482 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB121132130-
CMYK0.0800.020.48
HSL169.09º4.35%49.61%-
HSV(B)169.09º8.33%51.76%-
XYZ20.1722.1824.34-
YUV128.48128.86122.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.59%
GREEN value IS 132 (51.95% from 255) = 34.46%
BLUE value IS 130 (51.17% from 255) = 33.94%
R=31.59%
G=34.46%
B=33.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211321300.0800.020.48169.094.3549.61
Hex79848280230a9432
Octal171204202100260251462
Binary11110011000010010000010100001011000010101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798482; }

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

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

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

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

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

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

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

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