Html Css Color HEX #87746F Ferra

📋 copy color: '#87746F'

red 135 ◦ green 116 ◦ blue 111

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

Shades of Ferra #87746F

Tints of Ferra #87746F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.04%

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

R = 37.29%
G = 32.04%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#87746F (or 0x87746F) is known color: Ferra. HEX triplet: 87, 74 and 6F. RGB value is (135,116,111). Sum of RGB (Red+Green+Blue) = 135+116+111=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 135 - color contains mainly: red. Hex color #87746F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87746F is #788B90. Grayscale: #797979. Windows color (decimal): -7900049 or 7304327. OLE color: 7304327.

HSL color Cylindrical-coordinate representation of color #87746F: hue angle of 12.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 #87746F is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 116 111 -
CMYK 0 0.14 0.18 0.47
HSL 12.5º 0.1% 0.48% -
HSV(B) 12.5º 0.18% 0.53% -
XYZ 19.11 18.79 17.66 -
YUV 121.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 135 116 111 0 0.14 0.18 0.47 12.5 0.1 0.48
Hex 87 74 6F 0 E 12 2F C A 30
Octal 207 164 157 0 16 22 57 14 12 60
Binary 10000111 1110100 1101111 0 1110 10010 101111 1100 1010 110000

Color Harmonies of #87746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87746F

Black with #87746F

Text Example


Text Example

White with #87746F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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