Html Css Color HEX #8B736E Ferra

📋 copy color: '#8B736E'

red 139 ◦ green 115 ◦ blue 110

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

Shades of Ferra #8B736E

Tints of Ferra #8B736E

RGB

 RED value IS 139 (54.69% from 255) = 38.19%

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

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

R = 38.19%
G = 31.59%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8B736E (or 0x8B736E) is known color: Ferra. HEX triplet: 8B, 73 and 6E. RGB value is (139,115,110). Sum of RGB (Red+Green+Blue) = 139+115+110=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B736E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B736E is #748C91. Grayscale: #797979. Windows color (decimal): -7638162 or 7238539. OLE color: 7238539.

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

Color convert

RGB 139 115 110 -
CMYK 0 0.17 0.21 0.45
HSL 10.34º 0.12% 0.49% -
HSV(B) 10.34º 0.21% 0.55% -
XYZ 19.59 18.88 17.36 -
YUV 121.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 139 115 110 0 0.17 0.21 0.45 10.34 0.12 0.49
Hex 8B 73 6E 0 11 15 2D A C 31
Octal 213 163 156 0 21 25 55 12 14 61
Binary 10001011 1110011 1101110 0 10001 10101 101101 1010 1100 110001

Color Harmonies of #8B736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B736E

Black with #8B736E

Text Example


Text Example

White with #8B736E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,115,110); }

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

background-color css

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

 a { background-color: rgb(139,115,110); }

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

border-color css

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

 span { border-color: rgb(139,115,110); }

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