#798785

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

Shades of Oslo Grey #798785

Tints of Oslo Grey #798785

Color information

#798785 (or 0x798785) is unknown color: approx Oslo Grey. HEX triplet: 79, 87 and 85. RGB value is (121,135,133). Sum of RGB (Red+Green+Blue) = 121+135+133=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 135 - color contains mainly: green. Hex color #798785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798785 is #86787A. Grayscale: #828282. Windows color (decimal): -8812667 or 8750969. OLE color: 8750969.

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

Color convert

RGB121135133-
CMYK0.1000.010.47
HSL171.43º5.51%50.2%-
HSV(B)171.43º10.37%52.94%-
XYZ20.7823.0925.55-
YUV130.59129.36121.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.11%
GREEN value IS 135 (53.12% from 255) = 34.70%
BLUE value IS 133 (52.34% from 255) = 34.19%
R=31.11%
G=34.70%
B=34.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211351330.1000.010.47171.435.5150.2
Hex798785A012Fab632
Octal171207205120157253662
Binary1111001100001111000010110100110111110101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798785; }

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

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

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

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

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

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

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

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