Html Css Color HEX #868076 Concord

📋 copy color: '#868076'

red 134 ◦ green 128 ◦ blue 118

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

Shades of Concord #868076

Tints of Concord #868076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.05%

R = 35.26%
G = 33.68%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#868076 (or 0x868076) is known color: Concord. HEX triplet: 86, 80 and 76. RGB value is (134,128,118). Sum of RGB (Red+Green+Blue) = 134+128+118=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 134 - color contains mainly: red. Hex color #868076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868076 is #797F89. Grayscale: #808080. Windows color (decimal): -7962506 or 7766150. OLE color: 7766150.

HSL color Cylindrical-coordinate representation of color #868076: hue angle of 37.5º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #868076 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 128 118 -
CMYK 0 0.04 0.12 0.47
HSL 37.5º 0.06% 0.49% -
HSV(B) 37.5º 0.12% 0.53% -
XYZ 20.82 21.81 20.25 -
YUV 128.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 134 128 118 0 0.04 0.12 0.47 37.5 0.06 0.49
Hex 86 80 76 0 4 C 2F 26 6 31
Octal 206 200 166 0 4 14 57 46 6 61
Binary 10000110 10000000 1110110 0 100 1100 101111 100110 110 110001

Color Harmonies of #868076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868076

Black with #868076

Text Example


Text Example

White with #868076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868076; }

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

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

background-color css

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

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

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

border-color css

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

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

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