Html Css Color HEX #878377 Friar Grey

📋 copy color: '#878377'

red 135 ◦ green 131 ◦ blue 119

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

Shades of Friar Grey #878377

Tints of Friar Grey #878377

RGB

 RED value IS 135 (53.13% from 255) = 35.06%

 GREEN value IS 131 (51.56% from 255) = 34.03%

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

R = 35.06%
G = 34.03%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#878377 (or 0x878377) is known color: Friar Grey. HEX triplet: 87, 83 and 77. RGB value is (135,131,119). Sum of RGB (Red+Green+Blue) = 135+131+119=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 135 - color contains mainly: red. Hex color #878377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878377 is #787C88. Grayscale: #828282. Windows color (decimal): -7896201 or 7832455. OLE color: 7832455.

HSL color Cylindrical-coordinate representation of color #878377: hue angle of 45º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #878377 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 131 119 -
CMYK 0 0.03 0.12 0.47
HSL 45º 0.06% 0.5% -
HSV(B) 45º 0.12% 0.53% -
XYZ 21.44 22.72 20.71 -
YUV 130.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 135 131 119 0 0.03 0.12 0.47 45 0.06 0.5
Hex 87 83 77 0 3 C 2F 2D 6 32
Octal 207 203 167 0 3 14 57 55 6 62
Binary 10000111 10000011 1110111 0 11 1100 101111 101101 110 110010

Color Harmonies of #878377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878377

Black with #878377

Text Example


Text Example

White with #878377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878377; }

 p { color: rgb(135,131,119); }

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

background-color css

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

 a { background-color: rgb(135,131,119); }

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

border-color css

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

 span { border-color: rgb(135,131,119); }

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