#788885

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

Shades of Oslo Grey #788885

Tints of Oslo Grey #788885

Color information

#788885 (or 0x788885) is unknown color: approx Oslo Grey. HEX triplet: 78, 88 and 85. RGB value is (120,136,133). Sum of RGB (Red+Green+Blue) = 120+136+133=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 136 - color contains mainly: green. Hex color #788885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788885 is #87777A. Grayscale: #828282. Windows color (decimal): -8877947 or 8751224. OLE color: 8751224.

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

Color convert

RGB120136133-
CMYK0.1200.020.47
HSL168.75º6.3%50.2%-
HSV(B)168.75º11.76%53.33%-
XYZ20.7823.2925.59-
YUV130.87129.2120.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.85%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 133 (52.34% from 255) = 34.19%
R=30.85%
G=34.96%
B=34.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201361330.1200.020.47168.756.350.2
Hex788885C022Fa9632
Octal170210205140257251662
Binary11110001000100010000101110001010111110101001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788885; }

 p { color: rgb(120,136,133); }

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

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

 a { background-color: rgb(120,136,133); }

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

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

 span { border-color: rgb(120,136,133); }

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