Html Css Color HEX #8C736D Ferra

📋 copy color: '#8C736D'

red 140 ◦ green 115 ◦ blue 109

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

Shades of Ferra #8C736D

Tints of Ferra #8C736D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.59%

 BLUE value IS 109 (42.97% from 255) = 29.95%

R = 38.46%
G = 31.59%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8C736D (or 0x8C736D) is known color: Ferra. HEX triplet: 8C, 73 and 6D. RGB value is (140,115,109). Sum of RGB (Red+Green+Blue) = 140+115+109=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 140 - color contains mainly: red. Hex color #8C736D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C736D is #738C92. Grayscale: #797979. Windows color (decimal): -7572627 or 7173004. OLE color: 7173004.

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

Color convert

RGB 140 115 109 -
CMYK 0 0.18 0.22 0.45
HSL 11.61º 0.12% 0.49% -
HSV(B) 11.61º 0.22% 0.55% -
XYZ 19.71 18.94 17.09 -
YUV 121.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 140 115 109 0 0.18 0.22 0.45 11.61 0.12 0.49
Hex 8C 73 6D 0 12 16 2D C C 31
Octal 214 163 155 0 22 26 55 14 14 61
Binary 10001100 1110011 1101101 0 10010 10110 101101 1100 1100 110001

Color Harmonies of #8C736D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C736D

Black with #8C736D

Text Example


Text Example

White with #8C736D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,115,109); }

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

background-color css

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

 a { background-color: rgb(140,115,109); }

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

border-color css

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

 span { border-color: rgb(140,115,109); }

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