Html Css Color HEX #877E70 Concord

📋 copy color: '#877E70'

red 135 ◦ green 126 ◦ blue 112

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

Shades of Concord #877E70

Tints of Concord #877E70

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.78%

 BLUE value IS 112 (44.14% from 255) = 30.03%

R = 36.19%
G = 33.78%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#877E70 (or 0x877E70) is known color: Concord. HEX triplet: 87, 7E and 70. RGB value is (135,126,112). Sum of RGB (Red+Green+Blue) = 135+126+112=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 135 - color contains mainly: red. Hex color #877E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877E70 is #78818F. Grayscale: #7F7F7F. Windows color (decimal): -7897488 or 7372423. OLE color: 7372423.

HSL color Cylindrical-coordinate representation of color #877E70: hue angle of 36.52º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #877E70 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 126 112 -
CMYK 0 0.07 0.17 0.47
HSL 36.52º 0.09% 0.48% -
HSV(B) 36.52º 0.17% 0.53% -
XYZ 20.38 21.24 18.36 -
YUV 127.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 135 126 112 0 0.07 0.17 0.47 36.52 0.09 0.48
Hex 87 7E 70 0 7 11 2F 25 9 30
Octal 207 176 160 0 7 21 57 45 11 60
Binary 10000111 1111110 1110000 0 111 10001 101111 100101 1001 110000

Color Harmonies of #877E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877E70

Black with #877E70

Text Example


Text Example

White with #877E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877E70; }

 p { color: rgb(135,126,112); }

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

background-color css

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

 a { background-color: rgb(135,126,112); }

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

border-color css

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

 span { border-color: rgb(135,126,112); }

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