#778281

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

Shades of Oslo Grey #778281

Tints of Oslo Grey #778281

Color information

#778281 (or 0x778281) is unknown color: approx Oslo Grey. HEX triplet: 77, 82 and 81. RGB value is (119,130,129). Sum of RGB (Red+Green+Blue) = 119+130+129=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 130 - color contains mainly: green. Hex color #778281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778281 is #887D7E. Grayscale: #7E7E7E. Windows color (decimal): -8945023 or 8487543. OLE color: 8487543.

HSL color Cylindrical-coordinate representation of color #778281: hue angle of 174.55º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #778281 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB119130129-
CMYK0.0800.010.49
HSL174.55º4.42%48.82%-
HSV(B)174.55º8.46%50.98%-
XYZ19.5521.4723.88-
YUV126.6129.36122.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.48%
GREEN value IS 130 (51.17% from 255) = 34.39%
BLUE value IS 129 (50.78% from 255) = 34.13%
R=31.48%
G=34.39%
B=34.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191301290.0800.010.49174.554.4248.82
Hex77828180131af431
Octal167202201100161257461
Binary1110111100000101000000110000111000110101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778281; }

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

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

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

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

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

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

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

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