Html Css Color HEX #8C706C Ferra

📋 copy color: '#8C706C'

red 140 ◦ green 112 ◦ blue 108

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

Shades of Ferra #8C706C

Tints of Ferra #8C706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30%

R = 38.89%
G = 31.11%
B = 30%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8C706C (or 0x8C706C) is known color: Ferra. HEX triplet: 8C, 70 and 6C. RGB value is (140,112,108). Sum of RGB (Red+Green+Blue) = 140+112+108=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 140 - color contains mainly: red. Hex color #8C706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C706C is #738F93. Grayscale: #777777. Windows color (decimal): -7573396 or 7106700. OLE color: 7106700.

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

Color convert

RGB 140 112 108 -
CMYK 0 0.20 0.23 0.45
HSL 7.5º 0.13% 0.49% -
HSV(B) 7.5º 0.23% 0.55% -
XYZ 19.32 18.25 16.69 -
YUV 119.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 140 112 108 0 0.20 0.23 0.45 7.5 0.13 0.49
Hex 8C 70 6C 0 14 17 2D 8 D 31
Octal 214 160 154 0 24 27 55 10 15 61
Binary 10001100 1110000 1101100 0 10100 10111 101101 1000 1101 110001

Color Harmonies of #8C706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C706C

Black with #8C706C

Text Example


Text Example

White with #8C706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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