Html Css Color HEX #848D8C Oslo Grey

📋 copy color: '#848D8C'

red 132 ◦ green 141 ◦ blue 140

#848D8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oslo Grey #848D8C

Tints of Oslo Grey #848D8C

RGB

 RED value IS 132 (51.95% from 255) = 31.96%

 GREEN value IS 141 (55.47% from 255) = 34.14%

 BLUE value IS 140 (55.08% from 255) = 33.9%

R = 31.96%
G = 34.14%
B = 33.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#848D8C (or 0x848D8C) is known color: Oslo Grey. HEX triplet: 84, 8D and 8C. RGB value is (132,141,140). Sum of RGB (Red+Green+Blue) = 132+141+140=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 141 - color contains mainly: green. Hex color #848D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848D8C is #7B7273. Grayscale: #8A8A8A. Windows color (decimal): -8090228 or 9211268. OLE color: 9211268.

HSL color Cylindrical-coordinate representation of color #848D8C: hue angle of 173.33º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #848D8C is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 141 140 -
CMYK 0.06 0 0.01 0.45
HSL 173.33º 0.04% 0.54% -
HSV(B) 173.33º 0.06% 0.55% -
XYZ 23.77 25.85 28.55 -
YUV 138.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 132 141 140 0.06 0 0.01 0.45 173.33 0.04 0.54
Hex 84 8D 8C 6 0 1 2D AD 4 36
Octal 204 215 214 6 0 1 55 255 4 66
Binary 10000100 10001101 10001100 110 0 1 101101 10101101 100 110110

Color Harmonies of #848D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848D8C

Black with #848D8C

Text Example


Text Example

White with #848D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #848D8C;
 }
 .AnyTagClassName
 {
   color: #848D8C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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