Html Css Color HEX #848C8A Oslo Grey

📋 copy color: '#848C8A'

red 132 ◦ green 140 ◦ blue 138

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

Shades of Oslo Grey #848C8A

Tints of Oslo Grey #848C8A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.15%

 BLUE value IS 138 (54.3% from 255) = 33.66%

R = 32.2%
G = 34.15%
B = 33.66%

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

#848C8A (or 0x848C8A) is known color: Oslo Grey. HEX triplet: 84, 8C and 8A. RGB value is (132,140,138). Sum of RGB (Red+Green+Blue) = 132+140+138=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 140 - color contains mainly: green. Hex color #848C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848C8A is #7B7375. Grayscale: #898989. Windows color (decimal): -8090486 or 9079940. OLE color: 9079940.

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

Color convert

RGB 132 140 138 -
CMYK 0.06 0 0.01 0.45
HSL 165º 0.03% 0.53% -
HSV(B) 165º 0.06% 0.55% -
XYZ 23.48 25.5 27.73 -
YUV 137.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 132 140 138 0.06 0 0.01 0.45 165 0.03 0.53
Hex 84 8C 8A 6 0 1 2D A5 3 35
Octal 204 214 212 6 0 1 55 245 3 65
Binary 10000100 10001100 10001010 110 0 1 101101 10100101 11 110101

Color Harmonies of #848C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848C8A

Black with #848C8A

Text Example


Text Example

White with #848C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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