Html Css Color HEX #876F6E Ferra

📋 copy color: '#876F6E'

red 135 ◦ green 111 ◦ blue 110

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

Shades of Ferra #876F6E

Tints of Ferra #876F6E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.18%

 BLUE value IS 110 (43.36% from 255) = 30.9%

R = 37.92%
G = 31.18%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#876F6E (or 0x876F6E) is known color: Ferra. HEX triplet: 87, 6F and 6E. RGB value is (135,111,110). Sum of RGB (Red+Green+Blue) = 135+111+110=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #876F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876F6E is #789091. Grayscale: #767676. Windows color (decimal): -7901330 or 7237511. OLE color: 7237511.

HSL color Cylindrical-coordinate representation of color #876F6E: hue angle of 2.4º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #876F6E is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 111 110 -
CMYK 0 0.18 0.19 0.47
HSL 2.4º 0.1% 0.48% -
HSV(B) 2.4º 0.19% 0.53% -
XYZ 18.49 17.65 17.18 -
YUV 118.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 135 111 110 0 0.18 0.19 0.47 2.4 0.1 0.48
Hex 87 6F 6E 0 12 13 2F 2 A 30
Octal 207 157 156 0 22 23 57 2 12 60
Binary 10000111 1101111 1101110 0 10010 10011 101111 10 1010 110000

Color Harmonies of #876F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876F6E

Black with #876F6E

Text Example


Text Example

White with #876F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876F6E; }

 p { color: rgb(135,111,110); }

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

background-color css

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

 a { background-color: rgb(135,111,110); }

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

border-color css

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

 span { border-color: rgb(135,111,110); }

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