Html Css Color HEX #867D70 Concord

📋 copy color: '#867D70'

red 134 ◦ green 125 ◦ blue 112

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

Shades of Concord #867D70

Tints of Concord #867D70

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.69%

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

R = 36.12%
G = 33.69%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#867D70 (or 0x867D70) is known color: Concord. HEX triplet: 86, 7D and 70. RGB value is (134,125,112). Sum of RGB (Red+Green+Blue) = 134+125+112=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 134 - color contains mainly: red. Hex color #867D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867D70 is #79828F. Grayscale: #7E7E7E. Windows color (decimal): -7963280 or 7372166. OLE color: 7372166.

HSL color Cylindrical-coordinate representation of color #867D70: hue angle of 35.45º 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 #867D70 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 125 112 -
CMYK 0 0.07 0.16 0.47
HSL 35.45º 0.09% 0.48% -
HSV(B) 35.45º 0.16% 0.53% -
XYZ 20.09 20.91 18.31 -
YUV 126.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 134 125 112 0 0.07 0.16 0.47 35.45 0.09 0.48
Hex 86 7D 70 0 7 10 2F 23 9 30
Octal 206 175 160 0 7 20 57 43 11 60
Binary 10000110 1111101 1110000 0 111 10000 101111 100011 1001 110000

Color Harmonies of #867D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867D70

Black with #867D70

Text Example


Text Example

White with #867D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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