#778482

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

Shades of Oslo Grey #778482

Tints of Oslo Grey #778482

Color information

#778482 (or 0x778482) is unknown color: approx Oslo Grey. HEX triplet: 77, 84 and 82. RGB value is (119,132,130). Sum of RGB (Red+Green+Blue) = 119+132+130=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 132 - color contains mainly: green. Hex color #778482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778482 is #887B7D. Grayscale: #7F7F7F. Windows color (decimal): -8944510 or 8553591. OLE color: 8553591.

HSL color Cylindrical-coordinate representation of color #778482: hue angle of 170.77º 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 #778482 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB119132130-
CMYK0.1000.020.48
HSL170.77º5.18%49.22%-
HSV(B)170.77º9.85%51.76%-
XYZ19.8922.0424.32-
YUV127.88129.19121.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.23%
GREEN value IS 132 (51.95% from 255) = 34.65%
BLUE value IS 130 (51.17% from 255) = 34.12%
R=31.23%
G=34.65%
B=34.12%

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
Decimal1191321300.1000.020.48170.775.1849.22
Hex778482A0230ab531
Octal167204202120260253561
Binary11101111000010010000010101001011000010101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778482; }

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

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

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

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

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

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

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

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