Html Css Color HEX #8C706B Ferra

📋 copy color: '#8C706B'

red 140 ◦ green 112 ◦ blue 107

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

Shades of Ferra #8C706B

Tints of Ferra #8C706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.81%

R = 39%
G = 31.2%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8C706B (or 0x8C706B) is known color: Ferra. HEX triplet: 8C, 70 and 6B. RGB value is (140,112,107). Sum of RGB (Red+Green+Blue) = 140+112+107=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C706B is #738F94. Grayscale: #777777. Windows color (decimal): -7573397 or 7041164. OLE color: 7041164.

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

Color convert

RGB 140 112 107 -
CMYK 0 0.20 0.24 0.45
HSL 9.09º 0.13% 0.48% -
HSV(B) 9.09º 0.24% 0.55% -
XYZ 19.26 18.23 16.41 -
YUV 119.8 120.78 142.41 -
System Red Green Blue C M Y K H S L
Decimal 140 112 107 0 0.20 0.24 0.45 9.09 0.13 0.48
Hex 8C 70 6B 0 14 18 2D 9 D 30
Octal 214 160 153 0 24 30 55 11 15 60
Binary 10001100 1110000 1101011 0 10100 11000 101101 1001 1101 110000

Color Harmonies of #8C706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C706B

Black with #8C706B

Text Example


Text Example

White with #8C706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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