#778484

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

Shades of Oslo Grey #778484

Tints of Oslo Grey #778484

Color information

#778484 (or 0x778484) is unknown color: approx Oslo Grey. HEX triplet: 77, 84 and 84. RGB value is (119,132,132). Sum of RGB (Red+Green+Blue) = 119+132+132=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #778484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778484 is #887B7B. Grayscale: #808080. Windows color (decimal): -8944508 or 8684663. OLE color: 8684663.

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

Color convert

RGB119132132-
CMYK0.10000.48
HSL180º5.18%49.22%-
HSV(B)180º9.85%51.76%-
XYZ20.0222.0925.04-
YUV128.11130.19121.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.07%
GREEN value IS 132 (51.95% from 255) = 34.46%
BLUE value IS 132 (51.95% from 255) = 34.46%
R=31.07%
G=34.46%
B=34.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191321320.10000.481805.1849.22
Hex778484A0030b4531
Octal167204204120060264561
Binary1110111100001001000010010100011000010110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778484; }

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

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

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

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

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

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

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

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