#778481

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

Shades of Oslo Grey #778481

Tints of Oslo Grey #778481

Color information

#778481 (or 0x778481) is unknown color: approx Oslo Grey. HEX triplet: 77, 84 and 81. RGB value is (119,132,129). Sum of RGB (Red+Green+Blue) = 119+132+129=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 132 - color contains mainly: green. Hex color #778481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778481 is #887B7E. Grayscale: #7F7F7F. Windows color (decimal): -8944511 or 8488055. OLE color: 8488055.

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

Color convert

RGB119132129-
CMYK0.1000.020.48
HSL166.15º5.18%49.22%-
HSV(B)166.15º9.85%51.76%-
XYZ19.8222.0123.97-
YUV127.77128.69121.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.32%
GREEN value IS 132 (51.95% from 255) = 34.74%
BLUE value IS 129 (50.78% from 255) = 33.95%
R=31.32%
G=34.74%
B=33.95%

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
Decimal1191321290.1000.020.48166.155.1849.22
Hex778481A0230a6531
Octal167204201120260246561
Binary11101111000010010000001101001011000010100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778481; }

 p { color: rgb(119,132,129); }

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

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

 a { background-color: rgb(119,132,129); }

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

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

 span { border-color: rgb(119,132,129); }

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