Html Css Color HEX #868072 Concord

📋 copy color: '#868072'

red 134 ◦ green 128 ◦ blue 114

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

Shades of Concord #868072

Tints of Concord #868072

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.04%

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

R = 35.64%
G = 34.04%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#868072 (or 0x868072) is known color: Concord. HEX triplet: 86, 80 and 72. RGB value is (134,128,114). Sum of RGB (Red+Green+Blue) = 134+128+114=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 134 - color contains mainly: red. Hex color #868072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868072 is #797F8D. Grayscale: #808080. Windows color (decimal): -7962510 or 7504006. OLE color: 7504006.

HSL color Cylindrical-coordinate representation of color #868072: hue angle of 42º 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 #868072 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 128 114 -
CMYK 0 0.04 0.15 0.47
HSL 42º 0.08% 0.49% -
HSV(B) 42º 0.15% 0.53% -
XYZ 20.59 21.72 19.03 -
YUV 128.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 134 128 114 0 0.04 0.15 0.47 42 0.08 0.49
Hex 86 80 72 0 4 F 2F 2A 8 31
Octal 206 200 162 0 4 17 57 52 10 61
Binary 10000110 10000000 1110010 0 100 1111 101111 101010 1000 110001

Color Harmonies of #868072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868072

Black with #868072

Text Example


Text Example

White with #868072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868072; }

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

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

background-color css

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

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

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

border-color css

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

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

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