#788582

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

Shades of Oslo Grey #788582

Tints of Oslo Grey #788582

Color information

#788582 (or 0x788582) is unknown color: approx Oslo Grey. HEX triplet: 78, 85 and 82. RGB value is (120,133,130). Sum of RGB (Red+Green+Blue) = 120+133+130=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 133 - color contains mainly: green. Hex color #788582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788582 is #877A7D. Grayscale: #808080. Windows color (decimal): -8878718 or 8553848. OLE color: 8553848.

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

Color convert

RGB120133130-
CMYK0.1000.020.48
HSL166.15º5.14%49.61%-
HSV(B)166.15º9.77%52.16%-
XYZ20.1622.3824.38-
YUV128.77128.69121.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.33%
GREEN value IS 133 (52.34% from 255) = 34.73%
BLUE value IS 130 (51.17% from 255) = 33.94%
R=31.33%
G=34.73%
B=33.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201331300.1000.020.48166.155.1449.61
Hex788582A0230a6532
Octal170205202120260246562
Binary11110001000010110000010101001011000010100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788582; }

 p { color: rgb(120,133,130); }

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

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

 a { background-color: rgb(120,133,130); }

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

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

 span { border-color: rgb(120,133,130); }

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