#7C8684

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

Shades of Oslo Grey #7C8684

Tints of Oslo Grey #7C8684

Color information

#7C8684 (or 0x7C8684) is unknown color: approx Oslo Grey. HEX triplet: 7C, 86 and 84. RGB value is (124,134,132). Sum of RGB (Red+Green+Blue) = 124+134+132=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 134 - color contains mainly: green. Hex color #7C8684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8684 is #83797B. Grayscale: #828282. Windows color (decimal): -8616316 or 8685180. OLE color: 8685180.

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

Color convert

RGB124134132-
CMYK0.0700.010.47
HSL168º3.97%50.59%-
HSV(B)168º7.46%52.55%-
XYZ212325.16-
YUV130.78128.69123.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.79%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 132 (51.95% from 255) = 33.85%
R=31.79%
G=34.36%
B=33.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1241341320.0700.010.471683.9750.59
Hex7C86847012Fa8433
Octal17420620470157250463
Binary111110010000110100001001110110111110101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,134,132); }

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

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

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

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

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

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

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