#778685

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

Shades of Oslo Grey #778685

Tints of Oslo Grey #778685

Color information

#778685 (or 0x778685) is unknown color: approx Oslo Grey. HEX triplet: 77, 86 and 85. RGB value is (119,134,133). Sum of RGB (Red+Green+Blue) = 119+134+133=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 134 - color contains mainly: green. Hex color #778685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778685 is #88797A. Grayscale: #818181. Windows color (decimal): -8943995 or 8750711. OLE color: 8750711.

HSL color Cylindrical-coordinate representation of color #778685: hue angle of 176º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #778685 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB119134133-
CMYK0.1100.010.47
HSL176º5.93%49.61%-
HSV(B)176º11.19%52.55%-
XYZ20.3722.6725.49-
YUV129.4130.03120.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.83%
GREEN value IS 134 (52.73% from 255) = 34.72%
BLUE value IS 133 (52.34% from 255) = 34.46%
R=30.83%
G=34.72%
B=34.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191341330.1100.010.471765.9349.61
Hex778685B012Fb0632
Octal167206205130157260662
Binary1110111100001101000010110110110111110110000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778685; }

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

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

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

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

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

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

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

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