Html Css Color HEX #87726D Ferra

📋 copy color: '#87726D'

red 135 ◦ green 114 ◦ blue 109

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

Shades of Ferra #87726D

Tints of Ferra #87726D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.84%

 BLUE value IS 109 (42.97% from 255) = 30.45%

R = 37.71%
G = 31.84%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#87726D (or 0x87726D) is known color: Ferra. HEX triplet: 87, 72 and 6D. RGB value is (135,114,109). Sum of RGB (Red+Green+Blue) = 135+114+109=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 135 - color contains mainly: red. Hex color #87726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87726D is #788D92. Grayscale: #777777. Windows color (decimal): -7900563 or 7172743. OLE color: 7172743.

HSL color Cylindrical-coordinate representation of color #87726D: hue angle of 11.54º degrees, saturation: 0.11, 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 #87726D is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 114 109 -
CMYK 0 0.16 0.19 0.47
HSL 11.54º 0.11% 0.48% -
HSV(B) 11.54º 0.19% 0.53% -
XYZ 18.77 18.29 17.01 -
YUV 119.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 135 114 109 0 0.16 0.19 0.47 11.54 0.11 0.48
Hex 87 72 6D 0 10 13 2F C B 30
Octal 207 162 155 0 20 23 57 14 13 60
Binary 10000111 1110010 1101101 0 10000 10011 101111 1100 1011 110000

Color Harmonies of #87726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87726D

Black with #87726D

Text Example


Text Example

White with #87726D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87726D; }

 p { color: rgb(135,114,109); }

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

background-color css

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

 a { background-color: rgb(135,114,109); }

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

border-color css

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

 span { border-color: rgb(135,114,109); }

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