#7C8584

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

Shades of Oslo Grey #7C8584

Tints of Oslo Grey #7C8584

Color information

#7C8584 (or 0x7C8584) is unknown color: approx Oslo Grey. HEX triplet: 7C, 85 and 84. RGB value is (124,133,132). Sum of RGB (Red+Green+Blue) = 124+133+132=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8584 is #837A7B. Grayscale: #828282. Windows color (decimal): -8616572 or 8684924. OLE color: 8684924.

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

Color convert

RGB124133132-
CMYK0.0700.010.48
HSL173.33º3.56%50.39%-
HSV(B)173.33º6.77%52.16%-
XYZ20.8622.7325.12-
YUV130.2129.02123.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.88%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 132 (51.95% from 255) = 33.93%
R=31.88%
G=34.19%
B=33.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1241331320.0700.010.48173.333.5650.39
Hex7C858470130ad432
Octal17420520470160255462
Binary111110010000101100001001110111000010101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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