Html Css Color HEX #867F72 Concord

📋 copy color: '#867F72'

red 134 ◦ green 127 ◦ blue 114

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

Shades of Concord #867F72

Tints of Concord #867F72

RGB

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

 GREEN value IS 127 (50% from 255) = 33.87%

 BLUE value IS 114 (44.92% from 255) = 30.4%

R = 35.73%
G = 33.87%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#867F72 (or 0x867F72) is known color: Concord. HEX triplet: 86, 7F and 72. RGB value is (134,127,114). Sum of RGB (Red+Green+Blue) = 134+127+114=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 134 - color contains mainly: red. Hex color #867F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F72 is #79808D. Grayscale: #7F7F7F. Windows color (decimal): -7962766 or 7503750. OLE color: 7503750.

HSL color Cylindrical-coordinate representation of color #867F72: hue angle of 39º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #867F72 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 127 114 -
CMYK 0 0.05 0.15 0.47
HSL 39º 0.08% 0.49% -
HSV(B) 39º 0.15% 0.53% -
XYZ 20.46 21.46 18.98 -
YUV 127.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 134 127 114 0 0.05 0.15 0.47 39 0.08 0.49
Hex 86 7F 72 0 5 F 2F 27 8 31
Octal 206 177 162 0 5 17 57 47 10 61
Binary 10000110 1111111 1110010 0 101 1111 101111 100111 1000 110001

Color Harmonies of #867F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867F72

Black with #867F72

Text Example


Text Example

White with #867F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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