Html Css Color HEX #8C726C Ferra

📋 copy color: '#8C726C'

red 140 ◦ green 114 ◦ blue 108

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

Shades of Ferra #8C726C

Tints of Ferra #8C726C

RGB

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

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

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

R = 38.67%
G = 31.49%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8C726C (or 0x8C726C) is known color: Ferra. HEX triplet: 8C, 72 and 6C. RGB value is (140,114,108). Sum of RGB (Red+Green+Blue) = 140+114+108=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C726C is #738D93. Grayscale: #797979. Windows color (decimal): -7572884 or 7107212. OLE color: 7107212.

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

Color convert

RGB 140 114 108 -
CMYK 0 0.19 0.23 0.45
HSL 11.25º 0.13% 0.49% -
HSV(B) 11.25º 0.23% 0.55% -
XYZ 19.54 18.69 16.77 -
YUV 121.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 140 114 108 0 0.19 0.23 0.45 11.25 0.13 0.49
Hex 8C 72 6C 0 13 17 2D B D 31
Octal 214 162 154 0 23 27 55 13 15 61
Binary 10001100 1110010 1101100 0 10011 10111 101101 1011 1101 110001

Color Harmonies of #8C726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C726C

Black with #8C726C

Text Example


Text Example

White with #8C726C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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