#7E8686

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

Shades of Oslo Grey #7E8686

Tints of Oslo Grey #7E8686

Color information

#7E8686 (or 0x7E8686) is unknown color: approx Oslo Grey. HEX triplet: 7E, 86 and 86. RGB value is (126,134,134). Sum of RGB (Red+Green+Blue) = 126+134+134=394 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.98% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #7E8686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8686 is #817979. Grayscale: #838383. Windows color (decimal): -8485242 or 8816254. OLE color: 8816254.

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

Color convert

RGB126134134-
CMYK0.06000.47
HSL180º3.2%50.98%-
HSV(B)180º5.97%52.55%-
XYZ21.4323.2125.9-
YUV131.61129.35124-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.98%
GREEN value IS 134 (52.73% from 255) = 34.01%
BLUE value IS 134 (52.73% from 255) = 34.01%
R=31.98%
G=34.01%
B=34.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1261341340.06000.471803.250.98
Hex7E86866002Fb4333
Octal17620620660057264363
Binary11111101000011010000110110001011111011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E8686; }

 p { color: rgb(126,134,134); }

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

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

 a { background-color: rgb(126,134,134); }

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

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

 span { border-color: rgb(126,134,134); }

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