Html Css Color HEX #876C50 Cement

📋 copy color: '#876C50'

red 135 ◦ green 108 ◦ blue 80

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

Shades of Cement #876C50

Tints of Cement #876C50

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.44%

 BLUE value IS 80 (31.64% from 255) = 24.77%

R = 41.8%
G = 33.44%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#876C50 (or 0x876C50) is known color: Cement. HEX triplet: 87, 6C and 50. RGB value is (135,108,80). Sum of RGB (Red+Green+Blue) = 135+108+80=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #876C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876C50 is #7893AF. Grayscale: #717171. Windows color (decimal): -7902128 or 5270663. OLE color: 5270663.

HSL color Cylindrical-coordinate representation of color #876C50: hue angle of 30.55º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #876C50 is Cyan = 0, Magento = 0.2, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 108 80 -
CMYK 0 0.2 0.41 0.47
HSL 30.55º 0.26% 0.42% -
HSV(B) 30.55º 0.41% 0.53% -
XYZ 16.8 16.46 9.88 -
YUV 112.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 135 108 80 0 0.2 0.41 0.47 30.55 0.26 0.42
Hex 87 6C 50 0 14 29 2F 1F 1A 2A
Octal 207 154 120 0 24 51 57 37 32 52
Binary 10000111 1101100 1010000 0 10100 101001 101111 11111 11010 101010

Color Harmonies of #876C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876C50

Black with #876C50

Text Example


Text Example

White with #876C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876C50; }

 p { color: rgb(135,108,80); }

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

background-color css

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

 a { background-color: rgb(135,108,80); }

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

border-color css

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

 span { border-color: rgb(135,108,80); }

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