#778987

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

Shades of Oslo Grey #778987

Tints of Oslo Grey #778987

Color information

#778987 (or 0x778987) is unknown color: approx Oslo Grey. HEX triplet: 77, 89 and 87. RGB value is (119,137,135). Sum of RGB (Red+Green+Blue) = 119+137+135=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 137 - color contains mainly: green. Hex color #778987 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778987 is #887678. Grayscale: #838383. Windows color (decimal): -8943225 or 8882551. OLE color: 8882551.

HSL color Cylindrical-coordinate representation of color #778987: hue angle of 173.33º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #778987 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB119137135-
CMYK0.1300.010.46
HSL173.33º7.09%50.2%-
HSV(B)173.33º13.14%53.73%-
XYZ20.9323.5626.37-
YUV131.39130.04119.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.43%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 135 (53.12% from 255) = 34.53%
R=30.43%
G=35.04%
B=34.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1191371350.1300.010.46173.337.0950.2
Hex778987D012Ead732
Octal167211207150156255762
Binary1110111100010011000011111010110111010101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778987; }

 p { color: rgb(119,137,135); }

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

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

 a { background-color: rgb(119,137,135); }

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

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

 span { border-color: rgb(119,137,135); }

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