Html Css Color HEX #868176 Concord

📋 copy color: '#868176'

red 134 ◦ green 129 ◦ blue 118

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

Shades of Concord #868176

Tints of Concord #868176

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.86%

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

R = 35.17%
G = 33.86%
B = 30.97%

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

#868176 (or 0x868176) is known color: Concord. HEX triplet: 86, 81 and 76. RGB value is (134,129,118). Sum of RGB (Red+Green+Blue) = 134+129+118=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 134 - color contains mainly: red. Hex color #868176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868176 is #797E89. Grayscale: #818181. Windows color (decimal): -7962250 or 7766406. OLE color: 7766406.

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

Color convert

RGB 134 129 118 -
CMYK 0 0.04 0.12 0.47
HSL 41.25º 0.06% 0.49% -
HSV(B) 41.25º 0.12% 0.53% -
XYZ 20.95 22.08 20.3 -
YUV 129.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 134 129 118 0 0.04 0.12 0.47 41.25 0.06 0.49
Hex 86 81 76 0 4 C 2F 29 6 31
Octal 206 201 166 0 4 14 57 51 6 61
Binary 10000110 10000001 1110110 0 100 1100 101111 101001 110 110001

Color Harmonies of #868176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868176

Black with #868176

Text Example


Text Example

White with #868176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868176; }

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

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

background-color css

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

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

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

border-color css

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

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

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