Html Css Color HEX #87706C Ferra

📋 copy color: '#87706C'

red 135 ◦ green 112 ◦ blue 108

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

Shades of Ferra #87706C

Tints of Ferra #87706C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.55%

 BLUE value IS 108 (42.58% from 255) = 30.42%

R = 38.03%
G = 31.55%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#87706C (or 0x87706C) is known color: Ferra. HEX triplet: 87, 70 and 6C. RGB value is (135,112,108). Sum of RGB (Red+Green+Blue) = 135+112+108=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 135 - color contains mainly: red. Hex color #87706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87706C is #788F93. Grayscale: #767676. Windows color (decimal): -7901076 or 7106695. OLE color: 7106695.

HSL color Cylindrical-coordinate representation of color #87706C: hue angle of 8.89º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #87706C is Cyan = 0, Magento = 0.17, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 112 108 -
CMYK 0 0.17 0.2 0.47
HSL 8.89º 0.11% 0.48% -
HSV(B) 8.89º 0.2% 0.53% -
XYZ 18.49 17.82 16.65 -
YUV 118.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 135 112 108 0 0.17 0.2 0.47 8.89 0.11 0.48
Hex 87 70 6C 0 11 14 2F 9 B 30
Octal 207 160 154 0 21 24 57 11 13 60
Binary 10000111 1110000 1101100 0 10001 10100 101111 1001 1011 110000

Color Harmonies of #87706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87706C

Black with #87706C

Text Example


Text Example

White with #87706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87706C; }

 p { color: rgb(135,112,108); }

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

background-color css

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

 a { background-color: rgb(135,112,108); }

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

border-color css

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

 span { border-color: rgb(135,112,108); }

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