Html Css Color HEX #85878C Storm Grey

📋 copy color: '#85878C'

red 133 ◦ green 135 ◦ blue 140

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

Shades of Storm Grey #85878C

Tints of Storm Grey #85878C

RGB

 RED value IS 133 (52.34% from 255) = 32.6%

 GREEN value IS 135 (53.13% from 255) = 33.09%

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

R = 32.6%
G = 33.09%
B = 34.31%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85878C (or 0x85878C) is known color: Storm Grey. HEX triplet: 85, 87 and 8C. RGB value is (133,135,140). Sum of RGB (Red+Green+Blue) = 133+135+140=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 140 - color contains mainly: blue. Hex color #85878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85878C is #7A7873. Grayscale: #868686. Windows color (decimal): -8026228 or 9209733. OLE color: 9209733.

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

Color convert

RGB 133 135 140 -
CMYK 0.05 0.04 0 0.45
HSL 222.86º 0.03% 0.54% -
HSV(B) 222.86º 0.05% 0.55% -
XYZ 23.07 24.21 28.27 -
YUV 134.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 133 135 140 0.05 0.04 0 0.45 222.86 0.03 0.54
Hex 85 87 8C 5 4 0 2D DF 3 36
Octal 205 207 214 5 4 0 55 337 3 66
Binary 10000101 10000111 10001100 101 100 0 101101 11011111 11 110110

Color Harmonies of #85878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85878C

Black with #85878C

Text Example


Text Example

White with #85878C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85878C; }

 p { color: rgb(133,135,140); }

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

background-color css

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

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

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

border-color css

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

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

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