#7C8784

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

Shades of Oslo Grey #7C8784

Tints of Oslo Grey #7C8784

Color information

#7C8784 (or 0x7C8784) is unknown color: approx Oslo Grey. HEX triplet: 7C, 87 and 84. RGB value is (124,135,132). Sum of RGB (Red+Green+Blue) = 124+135+132=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 135 - color contains mainly: green. Hex color #7C8784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8784 is #83787B. Grayscale: #838383. Windows color (decimal): -8616060 or 8685436. OLE color: 8685436.

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

Color convert

RGB124135132-
CMYK0.0800.020.47
HSL163.64º4.38%50.78%-
HSV(B)163.64º8.15%52.94%-
XYZ21.1423.2825.21-
YUV131.37128.36122.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.71%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 132 (51.95% from 255) = 33.76%
R=31.71%
G=34.53%
B=33.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1241351320.0800.020.47163.644.3850.78
Hex7C87848022Fa4433
Octal174207204100257244463
Binary11111001000011110000100100001010111110100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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