Html Css Color HEX #8A706A Ferra

📋 copy color: '#8A706A'

red 138 ◦ green 112 ◦ blue 106

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

Shades of Ferra #8A706A

Tints of Ferra #8A706A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.46%

 BLUE value IS 106 (41.8% from 255) = 29.78%

R = 38.76%
G = 31.46%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#8A706A (or 0x8A706A) is known color: Ferra. HEX triplet: 8A, 70 and 6A. RGB value is (138,112,106). Sum of RGB (Red+Green+Blue) = 138+112+106=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 138 - color contains mainly: red. Hex color #8A706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A706A is #758F95. Grayscale: #777777. Windows color (decimal): -7704470 or 6975626. OLE color: 6975626.

HSL color Cylindrical-coordinate representation of color #8A706A: hue angle of 11.25º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A706A is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 112 106 -
CMYK 0 0.19 0.23 0.46
HSL 11.25º 0.13% 0.48% -
HSV(B) 11.25º 0.23% 0.54% -
XYZ 18.88 18.03 16.12 -
YUV 119.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 138 112 106 0 0.19 0.23 0.46 11.25 0.13 0.48
Hex 8A 70 6A 0 13 17 2E B D 30
Octal 212 160 152 0 23 27 56 13 15 60
Binary 10001010 1110000 1101010 0 10011 10111 101110 1011 1101 110000

Color Harmonies of #8A706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A706A

Black with #8A706A

Text Example


Text Example

White with #8A706A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,112,106); }

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

background-color css

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

 a { background-color: rgb(138,112,106); }

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

border-color css

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

 span { border-color: rgb(138,112,106); }

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