Html Css Color HEX #8C706E Ferra

📋 copy color: '#8C706E'

red 140 ◦ green 112 ◦ blue 110

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

Shades of Ferra #8C706E

Tints of Ferra #8C706E

RGB

 RED value IS 140 (55.08% from 255) = 38.67%

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

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

R = 38.67%
G = 30.94%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8C706E (or 0x8C706E) is known color: Ferra. HEX triplet: 8C, 70 and 6E. RGB value is (140,112,110). Sum of RGB (Red+Green+Blue) = 140+112+110=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C706E is #738F91. Grayscale: #787878. Windows color (decimal): -7573394 or 7237772. OLE color: 7237772.

HSL color Cylindrical-coordinate representation of color #8C706E: hue angle of 4º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C706E is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 112 110 -
CMYK 0 0.20 0.21 0.45
HSL 0.12% 0.49% -
HSV(B) 0.21% 0.55% -
XYZ 19.42 18.29 17.26 -
YUV 120.14 122.28 142.16 -
System Red Green Blue C M Y K H S L
Decimal 140 112 110 0 0.20 0.21 0.45 4 0.12 0.49
Hex 8C 70 6E 0 14 15 2D 4 C 31
Octal 214 160 156 0 24 25 55 4 14 61
Binary 10001100 1110000 1101110 0 10100 10101 101101 100 1100 110001

Color Harmonies of #8C706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C706E

Black with #8C706E

Text Example


Text Example

White with #8C706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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