Html Css Color HEX #878175 Concord

📋 copy color: '#878175'

red 135 ◦ green 129 ◦ blue 117

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

Shades of Concord #878175

Tints of Concord #878175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.71%

R = 35.43%
G = 33.86%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#878175 (or 0x878175) is known color: Concord. HEX triplet: 87, 81 and 75. RGB value is (135,129,117). Sum of RGB (Red+Green+Blue) = 135+129+117=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 135 - color contains mainly: red. Hex color #878175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878175 is #787E8A. Grayscale: #818181. Windows color (decimal): -7896715 or 7700871. OLE color: 7700871.

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

Color convert

RGB 135 129 117 -
CMYK 0 0.04 0.13 0.47
HSL 40º 0.07% 0.49% -
HSV(B) 40º 0.13% 0.53% -
XYZ 21.05 22.14 19.99 -
YUV 129.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 135 129 117 0 0.04 0.13 0.47 40 0.07 0.49
Hex 87 81 75 0 4 D 2F 28 7 31
Octal 207 201 165 0 4 15 57 50 7 61
Binary 10000111 10000001 1110101 0 100 1101 101111 101000 111 110001

Color Harmonies of #878175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878175

Black with #878175

Text Example


Text Example

White with #878175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878175; }

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

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

background-color css

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

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

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

border-color css

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

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

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