Html Css Color HEX #87716F Ferra

📋 copy color: '#87716F'

red 135 ◦ green 113 ◦ blue 111

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

Shades of Ferra #87716F

Tints of Ferra #87716F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.48%

 BLUE value IS 111 (43.75% from 255) = 30.92%

R = 37.6%
G = 31.48%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#87716F (or 0x87716F) is known color: Ferra. HEX triplet: 87, 71 and 6F. RGB value is (135,113,111). Sum of RGB (Red+Green+Blue) = 135+113+111=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 135 - color contains mainly: red. Hex color #87716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87716F is #788E90. Grayscale: #777777. Windows color (decimal): -7900817 or 7303559. OLE color: 7303559.

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

Color convert

RGB 135 113 111 -
CMYK 0 0.16 0.18 0.47
HSL 0.1% 0.48% -
HSV(B) 0.18% 0.53% -
XYZ 18.77 18.11 17.55 -
YUV 119.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 135 113 111 0 0.16 0.18 0.47 5 0.1 0.48
Hex 87 71 6F 0 10 12 2F 5 A 30
Octal 207 161 157 0 20 22 57 5 12 60
Binary 10000111 1110001 1101111 0 10000 10010 101111 101 1010 110000

Color Harmonies of #87716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87716F

Black with #87716F

Text Example


Text Example

White with #87716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87716F; }

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

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

background-color css

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

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

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

border-color css

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

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

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