Html Css Color HEX #8F706E Ferra

📋 copy color: '#8F706E'

red 143 ◦ green 112 ◦ blue 110

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

Shades of Ferra #8F706E

Tints of Ferra #8F706E

RGB

 RED value IS 143 (56.25% from 255) = 39.18%

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

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

R = 39.18%
G = 30.68%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8F706E (or 0x8F706E) is known color: Ferra. HEX triplet: 8F, 70 and 6E. RGB value is (143,112,110). Sum of RGB (Red+Green+Blue) = 143+112+110=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 143 - color contains mainly: red. Hex color #8F706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F706E is #708F91. Grayscale: #797979. Windows color (decimal): -7376786 or 7237775. OLE color: 7237775.

HSL color Cylindrical-coordinate representation of color #8F706E: hue angle of 3.64º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8F706E is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 112 110 -
CMYK 0 0.22 0.23 0.44
HSL 3.64º 0.13% 0.5% -
HSV(B) 3.64º 0.23% 0.56% -
XYZ 19.94 18.55 17.28 -
YUV 121.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 143 112 110 0 0.22 0.23 0.44 3.64 0.13 0.5
Hex 8F 70 6E 0 16 17 2C 4 D 32
Octal 217 160 156 0 26 27 54 4 15 62
Binary 10001111 1110000 1101110 0 10110 10111 101100 100 1101 110010

Color Harmonies of #8F706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F706E

Black with #8F706E

Text Example


Text Example

White with #8F706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F706E; }

 p { color: rgb(143,112,110); }

 H1.HeaderClassName
 {
   color: #8F706E;
 }
 .AnyTagClassName
 {
   color: #8F706E;
 }
</style>

background-color css

<style>
 a { background-color: #8F706E; }

 a { background-color: rgb(143,112,110); }

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

border-color css

<style>
 span { border-color: #8F706E; }

 span { border-color: rgb(143,112,110); }

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