Html Css Color HEX #848585 Oslo Grey

📋 copy color: '#848585'

red 132 ◦ green 133 ◦ blue 133

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

Shades of Oslo Grey #848585

Tints of Oslo Grey #848585

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.42%

 BLUE value IS 133 (52.34% from 255) = 33.42%

R = 33.17%
G = 33.42%
B = 33.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#848585 (or 0x848585) is known color: Oslo Grey. HEX triplet: 84, 85 and 85. RGB value is (132,133,133). Sum of RGB (Red+Green+Blue) = 132+133+133=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #848585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848585 is #7B7A7A. Grayscale: #848484. Windows color (decimal): -8092283 or 8750468. OLE color: 8750468.

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

Color convert

RGB 132 133 133 -
CMYK 0.01 0 0 0.48
HSL 180º 0% 0.52% -
HSV(B) 180º 0.01% 0.52% -
XYZ 22.14 23.37 25.54 -
YUV 132.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 132 133 133 0.01 0 0 0.48 180 0 0.52
Hex 84 85 85 1 0 0 30 B4 0 34
Octal 204 205 205 1 0 0 60 264 0 64
Binary 10000100 10000101 10000101 1 0 0 110000 10110100 0 110100

Color Harmonies of #848585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848585

Black with #848585

Text Example


Text Example

White with #848585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848585; }

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

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

background-color css

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

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

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

border-color css

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

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

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