Html Css Color HEX #877053 Cement

📋 copy color: '#877053'

red 135 ◦ green 112 ◦ blue 83

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

Shades of Cement #877053

Tints of Cement #877053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.15%

R = 40.91%
G = 33.94%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#877053 (or 0x877053) is known color: Cement. HEX triplet: 87, 70 and 53. RGB value is (135,112,83). Sum of RGB (Red+Green+Blue) = 135+112+83=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #877053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877053 is #788FAC. Grayscale: #737373. Windows color (decimal): -7901101 or 5468295. OLE color: 5468295.

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

Color convert

RGB 135 112 83 -
CMYK 0 0.17 0.39 0.47
HSL 33.46º 0.24% 0.43% -
HSV(B) 33.46º 0.39% 0.53% -
XYZ 17.35 17.36 10.62 -
YUV 115.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 135 112 83 0 0.17 0.39 0.47 33.46 0.24 0.43
Hex 87 70 53 0 11 27 2F 21 18 2B
Octal 207 160 123 0 21 47 57 41 30 53
Binary 10000111 1110000 1010011 0 10001 100111 101111 100001 11000 101011

Color Harmonies of #877053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877053

Black with #877053

Text Example


Text Example

White with #877053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877053; }

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

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

background-color css

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

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

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

border-color css

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

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

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