#788280

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

Shades of Oslo Grey #788280

Tints of Oslo Grey #788280

Color information

#788280 (or 0x788280) is unknown color: approx Oslo Grey. HEX triplet: 78, 82 and 80. RGB value is (120,130,128). Sum of RGB (Red+Green+Blue) = 120+130+128=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 130 - color contains mainly: green. Hex color #788280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788280 is #877D7F. Grayscale: #7E7E7E. Windows color (decimal): -8879488 or 8422008. OLE color: 8422008.

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

Color convert

RGB120130128-
CMYK0.0800.020.49
HSL168º4%49.02%-
HSV(B)168º7.69%50.98%-
XYZ19.6221.5223.54-
YUV126.78128.69123.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.75%
GREEN value IS 130 (51.17% from 255) = 34.39%
BLUE value IS 128 (50.39% from 255) = 33.86%
R=31.75%
G=34.39%
B=33.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1201301280.0800.020.49168449.02
Hex78828080231a8431
Octal170202200100261250461
Binary11110001000001010000000100001011000110101000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788280; }

 p { color: rgb(120,130,128); }

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

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

 a { background-color: rgb(120,130,128); }

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

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

 span { border-color: rgb(120,130,128); }

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