Html Css Color HEX #85827B Friar Grey

📋 copy color: '#85827B'

red 133 ◦ green 130 ◦ blue 123

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

Shades of Friar Grey #85827B

Tints of Friar Grey #85827B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.68%

 BLUE value IS 123 (48.44% from 255) = 31.87%

R = 34.46%
G = 33.68%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85827B (or 0x85827B) is known color: Friar Grey. HEX triplet: 85, 82 and 7B. RGB value is (133,130,123). Sum of RGB (Red+Green+Blue) = 133+130+123=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 133 - color contains mainly: red. Hex color #85827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85827B is #7A7D84. Grayscale: #828282. Windows color (decimal): -8027525 or 8094341. OLE color: 8094341.

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

Color convert

RGB 133 130 123 -
CMYK 0 0.02 0.08 0.48
HSL 42º 0.04% 0.5% -
HSV(B) 42º 0.08% 0.52% -
XYZ 21.23 22.38 21.94 -
YUV 130.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 133 130 123 0 0.02 0.08 0.48 42 0.04 0.5
Hex 85 82 7B 0 2 8 30 2A 4 32
Octal 205 202 173 0 2 10 60 52 4 62
Binary 10000101 10000010 1111011 0 10 1000 110000 101010 100 110010

Color Harmonies of #85827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85827B

Black with #85827B

Text Example


Text Example

White with #85827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85827B; }

 p { color: rgb(133,130,123); }

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

background-color css

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

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

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

border-color css

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

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

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