#798381

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

Shades of Oslo Grey #798381

Tints of Oslo Grey #798381

Color information

#798381 (or 0x798381) is unknown color: approx Oslo Grey. HEX triplet: 79, 83 and 81. RGB value is (121,131,129). Sum of RGB (Red+Green+Blue) = 121+131+129=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 131 - color contains mainly: green. Hex color #798381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798381 is #867C7E. Grayscale: #7F7F7F. Windows color (decimal): -8813695 or 8487801. OLE color: 8487801.

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

Color convert

RGB121131129-
CMYK0.0800.020.49
HSL168º3.97%49.41%-
HSV(B)168º7.63%51.37%-
XYZ19.9621.8823.94-
YUV127.78128.69123.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.76%
GREEN value IS 131 (51.56% from 255) = 34.38%
BLUE value IS 129 (50.78% from 255) = 33.86%
R=31.76%
G=34.38%
B=33.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211311290.0800.020.491683.9749.41
Hex79838180231a8431
Octal171203201100261250461
Binary11110011000001110000001100001011000110101000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798381; }

 p { color: rgb(121,131,129); }

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

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

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

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

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

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

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