Html Css Color HEX #86726C Ferra

📋 copy color: '#86726C'

red 134 ◦ green 114 ◦ blue 108

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

Shades of Ferra #86726C

Tints of Ferra #86726C

RGB

 RED value IS 134 (52.73% from 255) = 37.64%

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

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

R = 37.64%
G = 32.02%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86726C (or 0x86726C) is known color: Ferra. HEX triplet: 86, 72 and 6C. RGB value is (134,114,108). Sum of RGB (Red+Green+Blue) = 134+114+108=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 134 - color contains mainly: red. Hex color #86726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86726C is #798D93. Grayscale: #777777. Windows color (decimal): -7966100 or 7107206. OLE color: 7107206.

HSL color Cylindrical-coordinate representation of color #86726C: hue angle of 13.85º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86726C is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 114 108 -
CMYK 0 0.15 0.19 0.47
HSL 13.85º 0.11% 0.47% -
HSV(B) 13.85º 0.19% 0.53% -
XYZ 18.56 18.19 16.72 -
YUV 119.3 121.63 138.49 -
System Red Green Blue C M Y K H S L
Decimal 134 114 108 0 0.15 0.19 0.47 13.85 0.11 0.47
Hex 86 72 6C 0 F 13 2F E B 2F
Octal 206 162 154 0 17 23 57 16 13 57
Binary 10000110 1110010 1101100 0 1111 10011 101111 1110 1011 101111

Color Harmonies of #86726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86726C

Black with #86726C

Text Example


Text Example

White with #86726C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86726C; }

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

 H1.HeaderClassName
 {
   color: #86726C;
 }
 .AnyTagClassName
 {
   color: #86726C;
 }
</style>

background-color css

<style>
 a { background-color: #86726C; }

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

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

border-color css

<style>
 span { border-color: #86726C; }

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

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