Html Css Color HEX #878277 Friar Grey

📋 copy color: '#878277'

red 135 ◦ green 130 ◦ blue 119

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

Shades of Friar Grey #878277

Tints of Friar Grey #878277

RGB

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

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

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

R = 35.16%
G = 33.85%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#878277 (or 0x878277) is known color: Friar Grey. HEX triplet: 87, 82 and 77. RGB value is (135,130,119). Sum of RGB (Red+Green+Blue) = 135+130+119=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 135 - color contains mainly: red. Hex color #878277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878277 is #787D88. Grayscale: #828282. Windows color (decimal): -7896457 or 7832199. OLE color: 7832199.

HSL color Cylindrical-coordinate representation of color #878277: hue angle of 41.25º 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 #878277 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 130 119 -
CMYK 0 0.04 0.12 0.47
HSL 41.25º 0.06% 0.5% -
HSV(B) 41.25º 0.12% 0.53% -
XYZ 21.3 22.45 20.66 -
YUV 130.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 135 130 119 0 0.04 0.12 0.47 41.25 0.06 0.5
Hex 87 82 77 0 4 C 2F 29 6 32
Octal 207 202 167 0 4 14 57 51 6 62
Binary 10000111 10000010 1110111 0 100 1100 101111 101001 110 110010

Color Harmonies of #878277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878277

Black with #878277

Text Example


Text Example

White with #878277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878277; }

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

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

background-color css

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

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

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

border-color css

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

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

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