#788784

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

Shades of Oslo Grey #788784

Tints of Oslo Grey #788784

Color information

#788784 (or 0x788784) is unknown color: approx Oslo Grey. HEX triplet: 78, 87 and 84. RGB value is (120,135,132). Sum of RGB (Red+Green+Blue) = 120+135+132=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 135 - color contains mainly: green. Hex color #788784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788784 is #87787B. Grayscale: #828282. Windows color (decimal): -8878204 or 8685432. OLE color: 8685432.

HSL color Cylindrical-coordinate representation of color #788784: hue angle of 168º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #788784 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB120135132-
CMYK0.1100.020.47
HSL168º5.88%50%-
HSV(B)168º11.11%52.94%-
XYZ20.5722.9925.18-
YUV130.17129.03120.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.01%
GREEN value IS 135 (53.12% from 255) = 34.88%
BLUE value IS 132 (51.95% from 255) = 34.11%
R=31.01%
G=34.88%
B=34.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201351320.1100.020.471685.8850
Hex788784B022Fa8632
Octal170207204130257250662
Binary11110001000011110000100101101010111110101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788784; }

 p { color: rgb(120,135,132); }

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

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

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

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

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

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

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