#788685

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

Shades of Oslo Grey #788685

Tints of Oslo Grey #788685

Color information

#788685 (or 0x788685) is unknown color: approx Oslo Grey. HEX triplet: 78, 86 and 85. RGB value is (120,134,133). Sum of RGB (Red+Green+Blue) = 120+134+133=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 134 - color contains mainly: green. Hex color #788685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788685 is #87797A. Grayscale: #818181. Windows color (decimal): -8878459 or 8750712. OLE color: 8750712.

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

Color convert

RGB120134133-
CMYK0.1000.010.47
HSL175.71º5.51%49.8%-
HSV(B)175.71º10.45%52.55%-
XYZ20.522.7425.5-
YUV129.7129.86121.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.01%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 133 (52.34% from 255) = 34.37%
R=31.01%
G=34.63%
B=34.37%

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
Decimal1201341330.1000.010.47175.715.5149.8
Hex788685A012Fb0632
Octal170206205120157260662
Binary1111000100001101000010110100110111110110000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788685; }

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

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

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

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

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

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

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

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