Html Css Color HEX #858177 Friar Grey

📋 copy color: '#858177'

red 133 ◦ green 129 ◦ blue 119

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

Shades of Friar Grey #858177

Tints of Friar Grey #858177

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.86%

 BLUE value IS 119 (46.88% from 255) = 31.23%

R = 34.91%
G = 33.86%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#858177 (or 0x858177) is known color: Friar Grey. HEX triplet: 85, 81 and 77. RGB value is (133,129,119). Sum of RGB (Red+Green+Blue) = 133+129+119=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 133 - color contains mainly: red. Hex color #858177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858177 is #7A7E88. Grayscale: #818181. Windows color (decimal): -8027785 or 7831941. OLE color: 7831941.

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

Color convert

RGB 133 129 119 -
CMYK 0 0.03 0.11 0.48
HSL 42.86º 0.06% 0.49% -
HSV(B) 42.86º 0.11% 0.52% -
XYZ 20.85 22.02 20.6 -
YUV 129.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 133 129 119 0 0.03 0.11 0.48 42.86 0.06 0.49
Hex 85 81 77 0 3 B 30 2B 6 31
Octal 205 201 167 0 3 13 60 53 6 61
Binary 10000101 10000001 1110111 0 11 1011 110000 101011 110 110001

Color Harmonies of #858177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858177

Black with #858177

Text Example


Text Example

White with #858177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858177; }

 p { color: rgb(133,129,119); }

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

background-color css

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

 a { background-color: rgb(133,129,119); }

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

border-color css

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

 span { border-color: rgb(133,129,119); }

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