Html Css Color HEX #8C716E Ferra

📋 copy color: '#8C716E'

red 140 ◦ green 113 ◦ blue 110

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

Shades of Ferra #8C716E

Tints of Ferra #8C716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.13%

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

R = 38.57%
G = 31.13%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8C716E (or 0x8C716E) is known color: Ferra. HEX triplet: 8C, 71 and 6E. RGB value is (140,113,110). Sum of RGB (Red+Green+Blue) = 140+113+110=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C716E is #738E91. Grayscale: #787878. Windows color (decimal): -7573138 or 7238028. OLE color: 7238028.

HSL color Cylindrical-coordinate representation of color #8C716E: hue angle of 6º 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 #8C716E is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 113 110 -
CMYK 0 0.19 0.21 0.45
HSL 0.12% 0.49% -
HSV(B) 0.21% 0.55% -
XYZ 19.53 18.51 17.3 -
YUV 120.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 140 113 110 0 0.19 0.21 0.45 6 0.12 0.49
Hex 8C 71 6E 0 13 15 2D 6 C 31
Octal 214 161 156 0 23 25 55 6 14 61
Binary 10001100 1110001 1101110 0 10011 10101 101101 110 1100 110001

Color Harmonies of #8C716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C716E

Black with #8C716E

Text Example


Text Example

White with #8C716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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