#848B8B

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

Shades of Oslo Grey #848B8B

Tints of Oslo Grey #848B8B

Color information

#848B8B (or 0x848B8B) is unknown color: approx Oslo Grey. HEX triplet: 84, 8B and 8B. RGB value is (132,139,139). Sum of RGB (Red+Green+Blue) = 132+139+139=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #848B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848B8B is #7B7474. Grayscale: #888888. Windows color (decimal): -8090741 or 9145220. OLE color: 9145220.

HSL color Cylindrical-coordinate representation of color #848B8B: hue angle of 180º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #848B8B is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB132139139-
CMYK0.05000.45
HSL180º2.93%53.14%-
HSV(B)180º5.04%54.51%-
XYZ23.4125.2328.06-
YUV136.91129.18124.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.20%
GREEN value IS 139 (54.69% from 255) = 33.90%
BLUE value IS 139 (54.69% from 255) = 33.90%
R=32.20%
G=33.90%
B=33.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321391390.05000.451802.9353.14
Hex848B8B5002Db4335
Octal20421321350055264365
Binary100001001000101110001011101001011011011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848B8B; }

 p { color: rgb(132,139,139); }

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

<style>
 a { background-color: #848B8B; }

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

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

<style>
 span { border-color: #848B8B; }

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

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