#7F8584

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

Shades of Oslo Grey #7F8584

Tints of Oslo Grey #7F8584

Color information

#7F8584 (or 0x7F8584) is unknown color: approx Oslo Grey. HEX triplet: 7F, 85 and 84. RGB value is (127,133,132). Sum of RGB (Red+Green+Blue) = 127+133+132=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 133 - color contains mainly: green. Hex color #7F8584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8584 is #807A7B. Grayscale: #838383. Windows color (decimal): -8419964 or 8684927. OLE color: 8684927.

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

Color convert

RGB127133132-
CMYK0.0500.010.48
HSL170º2.4%50.98%-
HSV(B)170º4.51%52.16%-
XYZ21.322.9525.14-
YUV131.09128.51125.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.40%
GREEN value IS 133 (52.34% from 255) = 33.93%
BLUE value IS 132 (51.95% from 255) = 33.67%
R=32.40%
G=33.93%
B=33.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1271331320.0500.010.481702.450.98
Hex7F858450130aa233
Octal17720520450160252263
Binary11111111000010110000100101011100001010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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