Html Css Color HEX #878275 Friar Grey

📋 copy color: '#878275'

red 135 ◦ green 130 ◦ blue 117

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

Shades of Friar Grey #878275

Tints of Friar Grey #878275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.63%

R = 35.34%
G = 34.03%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#878275 (or 0x878275) is known color: Friar Grey. HEX triplet: 87, 82 and 75. RGB value is (135,130,117). Sum of RGB (Red+Green+Blue) = 135+130+117=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 135 - color contains mainly: red. Hex color #878275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878275 is #787D8A. Grayscale: #828282. Windows color (decimal): -7896459 or 7701127. OLE color: 7701127.

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

Color convert

RGB 135 130 117 -
CMYK 0 0.04 0.13 0.47
HSL 43.33º 0.07% 0.49% -
HSV(B) 43.33º 0.13% 0.53% -
XYZ 21.19 22.4 20.04 -
YUV 130.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 135 130 117 0 0.04 0.13 0.47 43.33 0.07 0.49
Hex 87 82 75 0 4 D 2F 2B 7 31
Octal 207 202 165 0 4 15 57 53 7 61
Binary 10000111 10000010 1110101 0 100 1101 101111 101011 111 110001

Color Harmonies of #878275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878275

Black with #878275

Text Example


Text Example

White with #878275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878275; }

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

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

background-color css

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

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

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

border-color css

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

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

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