Html Css Color HEX #867E70 Concord

📋 copy color: '#867E70'

red 134 ◦ green 126 ◦ blue 112

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

Shades of Concord #867E70

Tints of Concord #867E70

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.87%

 BLUE value IS 112 (44.14% from 255) = 30.11%

R = 36.02%
G = 33.87%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#867E70 (or 0x867E70) is known color: Concord. HEX triplet: 86, 7E and 70. RGB value is (134,126,112). Sum of RGB (Red+Green+Blue) = 134+126+112=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 134 - color contains mainly: red. Hex color #867E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867E70 is #79818F. Grayscale: #7E7E7E. Windows color (decimal): -7963024 or 7372422. OLE color: 7372422.

HSL color Cylindrical-coordinate representation of color #867E70: hue angle of 38.18º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #867E70 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 126 112 -
CMYK 0 0.06 0.16 0.47
HSL 38.18º 0.09% 0.48% -
HSV(B) 38.18º 0.16% 0.53% -
XYZ 20.22 21.16 18.35 -
YUV 126.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 134 126 112 0 0.06 0.16 0.47 38.18 0.09 0.48
Hex 86 7E 70 0 6 10 2F 26 9 30
Octal 206 176 160 0 6 20 57 46 11 60
Binary 10000110 1111110 1110000 0 110 10000 101111 100110 1001 110000

Color Harmonies of #867E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867E70

Black with #867E70

Text Example


Text Example

White with #867E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867E70; }

 p { color: rgb(134,126,112); }

 H1.HeaderClassName
 {
   color: #867E70;
 }
 .AnyTagClassName
 {
   color: #867E70;
 }
</style>

background-color css

<style>
 a { background-color: #867E70; }

 a { background-color: rgb(134,126,112); }

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

border-color css

<style>
 span { border-color: #867E70; }

 span { border-color: rgb(134,126,112); }

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