#788181

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

Shades of Oslo Grey #788181

Tints of Oslo Grey #788181

Color information

#788181 (or 0x788181) is unknown color: approx Oslo Grey. HEX triplet: 78, 81 and 81. RGB value is (120,129,129). Sum of RGB (Red+Green+Blue) = 120+129+129=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 129 - color contains mainly: green, blue. Hex color #788181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788181 is #877E7E. Grayscale: #7E7E7E. Windows color (decimal): -8879743 or 8487288. OLE color: 8487288.

HSL color Cylindrical-coordinate representation of color #788181: hue angle of 180º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #788181 is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB120129129-
CMYK0.07000.49
HSL180º3.61%48.82%-
HSV(B)180º6.98%50.59%-
XYZ19.5621.2823.85-
YUV126.31129.52123.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.75%
GREEN value IS 129 (50.78% from 255) = 34.13%
BLUE value IS 129 (50.78% from 255) = 34.13%
R=31.75%
G=34.13%
B=34.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1201291290.07000.491803.6148.82
Hex78818170031b4431
Octal17020120170061264461
Binary111100010000001100000011110011000110110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788181; }

 p { color: rgb(120,129,129); }

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

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

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

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

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

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

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