#778381

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

Shades of Oslo Grey #778381

Tints of Oslo Grey #778381

Color information

#778381 (or 0x778381) is unknown color: approx Oslo Grey. HEX triplet: 77, 83 and 81. RGB value is (119,131,129). Sum of RGB (Red+Green+Blue) = 119+131+129=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 131 - color contains mainly: green. Hex color #778381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778381 is #887C7E. Grayscale: #7F7F7F. Windows color (decimal): -8944767 or 8487799. OLE color: 8487799.

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

Color convert

RGB119131129-
CMYK0.0900.020.49
HSL170º4.8%49.02%-
HSV(B)170º9.16%51.37%-
XYZ19.6921.7423.93-
YUV127.18129.02122.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.40%
GREEN value IS 131 (51.56% from 255) = 34.56%
BLUE value IS 129 (50.78% from 255) = 34.04%
R=31.40%
G=34.56%
B=34.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191311290.0900.020.491704.849.02
Hex77838190231aa531
Octal167203201110261252561
Binary11101111000001110000001100101011000110101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778381; }

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

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

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

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

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

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

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

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