Html Css Color HEX #878174 Concord

📋 copy color: '#878174'

red 135 ◦ green 129 ◦ blue 116

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

Shades of Concord #878174

Tints of Concord #878174

RGB

 RED value IS 135 (53.13% from 255) = 35.53%

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

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 35.53%
G = 33.95%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#878174 (or 0x878174) is known color: Concord. HEX triplet: 87, 81 and 74. RGB value is (135,129,116). Sum of RGB (Red+Green+Blue) = 135+129+116=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 135 - color contains mainly: red. Hex color #878174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878174 is #787E8B. Grayscale: #818181. Windows color (decimal): -7896716 or 7635335. OLE color: 7635335.

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

Color convert

RGB 135 129 116 -
CMYK 0 0.04 0.14 0.47
HSL 41.05º 0.08% 0.49% -
HSV(B) 41.05º 0.14% 0.53% -
XYZ 20.99 22.11 19.68 -
YUV 129.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 135 129 116 0 0.04 0.14 0.47 41.05 0.08 0.49
Hex 87 81 74 0 4 E 2F 29 8 31
Octal 207 201 164 0 4 16 57 51 10 61
Binary 10000111 10000001 1110100 0 100 1110 101111 101001 1000 110001

Color Harmonies of #878174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878174

Black with #878174

Text Example


Text Example

White with #878174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878174; }

 p { color: rgb(135,129,116); }

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

background-color css

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

 a { background-color: rgb(135,129,116); }

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

border-color css

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

 span { border-color: rgb(135,129,116); }

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