Html Css Color HEX #85847E Friar Grey

📋 copy color: '#85847E'

red 133 ◦ green 132 ◦ blue 126

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

Shades of Friar Grey #85847E

Tints of Friar Grey #85847E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.76%

 BLUE value IS 126 (49.61% from 255) = 32.23%

R = 34.02%
G = 33.76%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85847E (or 0x85847E) is known color: Friar Grey. HEX triplet: 85, 84 and 7E. RGB value is (133,132,126). Sum of RGB (Red+Green+Blue) = 133+132+126=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 133 - color contains mainly: red. Hex color #85847E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85847E is #7A7B81. Grayscale: #838383. Windows color (decimal): -8027010 or 8291461. OLE color: 8291461.

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

Color convert

RGB 133 132 126 -
CMYK 0 0.01 0.05 0.48
HSL 51.43º 0.03% 0.51% -
HSV(B) 51.43º 0.05% 0.52% -
XYZ 21.69 23 23.03 -
YUV 131.62 124.83 128.99 -
System Red Green Blue C M Y K H S L
Decimal 133 132 126 0 0.01 0.05 0.48 51.43 0.03 0.51
Hex 85 84 7E 0 1 5 30 33 3 33
Octal 205 204 176 0 1 5 60 63 3 63
Binary 10000101 10000100 1111110 0 1 101 110000 110011 11 110011

Color Harmonies of #85847E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85847E

Black with #85847E

Text Example


Text Example

White with #85847E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85847E; }

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

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

background-color css

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

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

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

border-color css

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

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

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