#7B8584

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

Shades of Oslo Grey #7B8584

Tints of Oslo Grey #7B8584

Color information

#7B8584 (or 0x7B8584) is unknown color: approx Oslo Grey. HEX triplet: 7B, 85 and 84. RGB value is (123,133,132). Sum of RGB (Red+Green+Blue) = 123+133+132=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 133 - color contains mainly: green. Hex color #7B8584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8584 is #847A7B. Grayscale: #818181. Windows color (decimal): -8682108 or 8684923. OLE color: 8684923.

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

Color convert

RGB123133132-
CMYK0.0800.010.48
HSL174º3.94%50.2%-
HSV(B)174º7.52%52.16%-
XYZ20.7222.6525.11-
YUV129.9129.19123.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.70%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 132 (51.95% from 255) = 34.02%
R=31.70%
G=34.28%
B=34.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1231331320.0800.010.481743.9450.2
Hex7B858480130ae432
Octal173205204100160256462
Binary1111011100001011000010010000111000010101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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