#7F8D8C

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

Shades of Oslo Grey #7F8D8C

Tints of Oslo Grey #7F8D8C

Color information

#7F8D8C (or 0x7F8D8C) is unknown color: approx Oslo Grey. HEX triplet: 7F, 8D and 8C. RGB value is (127,141,140). Sum of RGB (Red+Green+Blue) = 127+141+140=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 141 - color contains mainly: green. Hex color #7F8D8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8D8C is #807273. Grayscale: #888888. Windows color (decimal): -8417908 or 9211263. OLE color: 9211263.

HSL color Cylindrical-coordinate representation of color #7F8D8C: hue angle of 175.71º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7F8D8C is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB127141140-
CMYK0.1000.010.45
HSL175.71º5.79%52.55%-
HSV(B)175.71º9.93%55.29%-
XYZ23.0125.4628.51-
YUV136.7129.86121.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.13%
GREEN value IS 141 (55.47% from 255) = 34.56%
BLUE value IS 140 (55.08% from 255) = 34.31%
R=31.13%
G=34.56%
B=34.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1271411400.1000.010.45175.715.7952.55
Hex7F8D8CA012Db0635
Octal177215214120155260665
Binary1111111100011011000110010100110110110110000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,141,140); }

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

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

 a { background-color: rgb(127,141,140); }

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

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

 span { border-color: rgb(127,141,140); }

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