Html Css Color HEX #8C726E Ferra

📋 copy color: '#8C726E'

red 140 ◦ green 114 ◦ blue 110

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

Shades of Ferra #8C726E

Tints of Ferra #8C726E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.32%

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

R = 38.46%
G = 31.32%
B = 30.22%

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

#8C726E (or 0x8C726E) is known color: Ferra. HEX triplet: 8C, 72 and 6E. RGB value is (140,114,110). Sum of RGB (Red+Green+Blue) = 140+114+110=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 140 - color contains mainly: red. Hex color #8C726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C726E is #738D91. Grayscale: #797979. Windows color (decimal): -7572882 or 7238284. OLE color: 7238284.

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

Color convert

RGB 140 114 110 -
CMYK 0 0.19 0.21 0.45
HSL 0.12% 0.49% -
HSV(B) 0.21% 0.55% -
XYZ 19.65 18.74 17.33 -
YUV 121.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 140 114 110 0 0.19 0.21 0.45 8 0.12 0.49
Hex 8C 72 6E 0 13 15 2D 8 C 31
Octal 214 162 156 0 23 25 55 10 14 61
Binary 10001100 1110010 1101110 0 10011 10101 101101 1000 1100 110001

Color Harmonies of #8C726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C726E

Black with #8C726E

Text Example


Text Example

White with #8C726E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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