Html Css Color HEX #85847D Friar Grey

📋 copy color: '#85847D'

red 133 ◦ green 132 ◦ blue 125

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

Shades of Friar Grey #85847D

Tints of Friar Grey #85847D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.05%

R = 34.1%
G = 33.85%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85847D (or 0x85847D) is known color: Friar Grey. HEX triplet: 85, 84 and 7D. RGB value is (133,132,125). Sum of RGB (Red+Green+Blue) = 133+132+125=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 133 - color contains mainly: red. Hex color #85847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85847D is #7A7B82. Grayscale: #838383. Windows color (decimal): -8027011 or 8225925. OLE color: 8225925.

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

Color convert

RGB 133 132 125 -
CMYK 0 0.01 0.06 0.48
HSL 52.5º 0.03% 0.51% -
HSV(B) 52.5º 0.06% 0.52% -
XYZ 21.63 22.97 22.7 -
YUV 131.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 133 132 125 0 0.01 0.06 0.48 52.5 0.03 0.51
Hex 85 84 7D 0 1 6 30 34 3 33
Octal 205 204 175 0 1 6 60 64 3 63
Binary 10000101 10000100 1111101 0 1 110 110000 110100 11 110011

Color Harmonies of #85847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85847D

Black with #85847D

Text Example


Text Example

White with #85847D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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