Html Css Color HEX #877055 Cement

📋 copy color: '#877055'

red 135 ◦ green 112 ◦ blue 85

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

Shades of Cement #877055

Tints of Cement #877055

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.73%

 BLUE value IS 85 (33.59% from 255) = 25.6%

R = 40.66%
G = 33.73%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#877055 (or 0x877055) is known color: Cement. HEX triplet: 87, 70 and 55. RGB value is (135,112,85). Sum of RGB (Red+Green+Blue) = 135+112+85=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 135 - color contains mainly: red. Hex color #877055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877055 is #788FAA. Grayscale: #737373. Windows color (decimal): -7901099 or 5599367. OLE color: 5599367.

HSL color Cylindrical-coordinate representation of color #877055: hue angle of 32.4º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #877055 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 112 85 -
CMYK 0 0.17 0.37 0.47
HSL 32.4º 0.23% 0.43% -
HSV(B) 32.4º 0.37% 0.53% -
XYZ 17.43 17.4 11.03 -
YUV 115.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 135 112 85 0 0.17 0.37 0.47 32.4 0.23 0.43
Hex 87 70 55 0 11 25 2F 20 17 2B
Octal 207 160 125 0 21 45 57 40 27 53
Binary 10000111 1110000 1010101 0 10001 100101 101111 100000 10111 101011

Color Harmonies of #877055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877055

Black with #877055

Text Example


Text Example

White with #877055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877055; }

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

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

background-color css

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

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

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

border-color css

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

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

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