Html Css Color HEX #8A736F Ferra

📋 copy color: '#8A736F'

red 138 ◦ green 115 ◦ blue 111

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

Shades of Ferra #8A736F

Tints of Ferra #8A736F

RGB

 RED value IS 138 (54.3% from 255) = 37.91%

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

 BLUE value IS 111 (43.75% from 255) = 30.49%

R = 37.91%
G = 31.59%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#8A736F (or 0x8A736F) is known color: Ferra. HEX triplet: 8A, 73 and 6F. RGB value is (138,115,111). Sum of RGB (Red+Green+Blue) = 138+115+111=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 138 - color contains mainly: red. Hex color #8A736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A736F is #758C90. Grayscale: #797979. Windows color (decimal): -7703697 or 7304074. OLE color: 7304074.

HSL color Cylindrical-coordinate representation of color #8A736F: hue angle of 8.89º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A736F is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 115 111 -
CMYK 0 0.17 0.20 0.46
HSL 8.89º 0.11% 0.49% -
HSV(B) 8.89º 0.2% 0.54% -
XYZ 19.48 18.81 17.64 -
YUV 121.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 138 115 111 0 0.17 0.20 0.46 8.89 0.11 0.49
Hex 8A 73 6F 0 11 14 2E 9 B 31
Octal 212 163 157 0 21 24 56 11 13 61
Binary 10001010 1110011 1101111 0 10001 10100 101110 1001 1011 110001

Color Harmonies of #8A736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A736F

Black with #8A736F

Text Example


Text Example

White with #8A736F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,115,111); }

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

background-color css

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

 a { background-color: rgb(138,115,111); }

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

border-color css

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

 span { border-color: rgb(138,115,111); }

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