Html Css Color HEX #87745D Cement

📋 copy color: '#87745D'

red 135 ◦ green 116 ◦ blue 93

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

Shades of Cement #87745D

Tints of Cement #87745D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.72%

 BLUE value IS 93 (36.72% from 255) = 27.03%

R = 39.24%
G = 33.72%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#87745D (or 0x87745D) is known color: Cement. HEX triplet: 87, 74 and 5D. RGB value is (135,116,93). Sum of RGB (Red+Green+Blue) = 135+116+93=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #87745D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87745D is #788BA2. Grayscale: #777777. Windows color (decimal): -7900067 or 6124679. OLE color: 6124679.

HSL color Cylindrical-coordinate representation of color #87745D: hue angle of 32.86º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87745D is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 116 93 -
CMYK 0 0.14 0.31 0.47
HSL 32.86º 0.18% 0.45% -
HSV(B) 32.86º 0.31% 0.53% -
XYZ 18.21 18.43 12.95 -
YUV 119.06 113.29 139.37 -
System Red Green Blue C M Y K H S L
Decimal 135 116 93 0 0.14 0.31 0.47 32.86 0.18 0.45
Hex 87 74 5D 0 E 1F 2F 21 12 2D
Octal 207 164 135 0 16 37 57 41 22 55
Binary 10000111 1110100 1011101 0 1110 11111 101111 100001 10010 101101

Color Harmonies of #87745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87745D

Black with #87745D

Text Example


Text Example

White with #87745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87745D; }

 p { color: rgb(135,116,93); }

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

background-color css

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

 a { background-color: rgb(135,116,93); }

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

border-color css

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

 span { border-color: rgb(135,116,93); }

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