Html Css Color HEX #87755C Cement

📋 copy color: '#87755C'

red 135 ◦ green 117 ◦ blue 92

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

Shades of Cement #87755C

Tints of Cement #87755C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.01%

 BLUE value IS 92 (36.33% from 255) = 26.74%

R = 39.24%
G = 34.01%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#87755C (or 0x87755C) is known color: Cement. HEX triplet: 87, 75 and 5C. RGB value is (135,117,92). Sum of RGB (Red+Green+Blue) = 135+117+92=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #87755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87755C is #788AA3. Grayscale: #777777. Windows color (decimal): -7899812 or 6059399. OLE color: 6059399.

HSL color Cylindrical-coordinate representation of color #87755C: hue angle of 34.88º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #87755C is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 117 92 -
CMYK 0 0.13 0.32 0.47
HSL 34.88º 0.19% 0.45% -
HSV(B) 34.88º 0.32% 0.53% -
XYZ 18.28 18.65 12.76 -
YUV 119.53 112.46 139.03 -
System Red Green Blue C M Y K H S L
Decimal 135 117 92 0 0.13 0.32 0.47 34.88 0.19 0.45
Hex 87 75 5C 0 D 20 2F 23 13 2D
Octal 207 165 134 0 15 40 57 43 23 55
Binary 10000111 1110101 1011100 0 1101 100000 101111 100011 10011 101101

Color Harmonies of #87755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87755C

Black with #87755C

Text Example


Text Example

White with #87755C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87755C; }

 p { color: rgb(135,117,92); }

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

background-color css

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

 a { background-color: rgb(135,117,92); }

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

border-color css

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

 span { border-color: rgb(135,117,92); }

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