Html Css Color HEX #85847F Friar Grey

📋 copy color: '#85847F'

red 133 ◦ green 132 ◦ blue 127

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

Shades of Friar Grey #85847F

Tints of Friar Grey #85847F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.4%

R = 33.93%
G = 33.67%
B = 32.4%

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

#85847F (or 0x85847F) is known color: Friar Grey. HEX triplet: 85, 84 and 7F. RGB value is (133,132,127). Sum of RGB (Red+Green+Blue) = 133+132+127=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 133 - color contains mainly: red. Hex color #85847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85847F is #7A7B80. Grayscale: #838383. Windows color (decimal): -8027009 or 8356997. OLE color: 8356997.

HSL color Cylindrical-coordinate representation of color #85847F: hue angle of 50º degrees, saturation: 0.02, 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 #85847F is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 132 127 -
CMYK 0 0.01 0.05 0.48
HSL 50º 0.02% 0.51% -
HSV(B) 50º 0.05% 0.52% -
XYZ 21.75 23.02 23.38 -
YUV 131.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 133 132 127 0 0.01 0.05 0.48 50 0.02 0.51
Hex 85 84 7F 0 1 5 30 32 2 33
Octal 205 204 177 0 1 5 60 62 2 63
Binary 10000101 10000100 1111111 0 1 101 110000 110010 10 110011

Color Harmonies of #85847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85847F

Black with #85847F

Text Example


Text Example

White with #85847F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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