Html Css Color HEX #878376 Friar Grey

📋 copy color: '#878376'

red 135 ◦ green 131 ◦ blue 118

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

Shades of Friar Grey #878376

Tints of Friar Grey #878376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.73%

R = 35.16%
G = 34.11%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#878376 (or 0x878376) is known color: Friar Grey. HEX triplet: 87, 83 and 76. RGB value is (135,131,118). Sum of RGB (Red+Green+Blue) = 135+131+118=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 135 - color contains mainly: red. Hex color #878376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878376 is #787C89. Grayscale: #828282. Windows color (decimal): -7896202 or 7766919. OLE color: 7766919.

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

Color convert

RGB 135 131 118 -
CMYK 0 0.03 0.13 0.47
HSL 45.88º 0.07% 0.5% -
HSV(B) 45.88º 0.13% 0.53% -
XYZ 21.38 22.69 20.39 -
YUV 130.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 135 131 118 0 0.03 0.13 0.47 45.88 0.07 0.5
Hex 87 83 76 0 3 D 2F 2E 7 32
Octal 207 203 166 0 3 15 57 56 7 62
Binary 10000111 10000011 1110110 0 11 1101 101111 101110 111 110010

Color Harmonies of #878376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878376

Black with #878376

Text Example


Text Example

White with #878376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878376; }

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

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

background-color css

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

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

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

border-color css

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

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

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