Html Css Color HEX #87775A Cement

📋 copy color: '#87775A'

red 135 ◦ green 119 ◦ blue 90

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

Shades of Cement #87775A

Tints of Cement #87775A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.59%

 BLUE value IS 90 (35.55% from 255) = 26.16%

R = 39.24%
G = 34.59%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#87775A (or 0x87775A) is known color: Cement. HEX triplet: 87, 77 and 5A. RGB value is (135,119,90). Sum of RGB (Red+Green+Blue) = 135+119+90=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #87775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87775A is #7888A5. Grayscale: #787878. Windows color (decimal): -7899302 or 5928839. OLE color: 5928839.

HSL color Cylindrical-coordinate representation of color #87775A: hue angle of 38.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87775A is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 119 90 -
CMYK 0 0.12 0.33 0.47
HSL 38.67º 0.2% 0.44% -
HSV(B) 38.67º 0.33% 0.53% -
XYZ 18.43 19.08 12.38 -
YUV 120.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 135 119 90 0 0.12 0.33 0.47 38.67 0.2 0.44
Hex 87 77 5A 0 C 21 2F 27 14 2C
Octal 207 167 132 0 14 41 57 47 24 54
Binary 10000111 1110111 1011010 0 1100 100001 101111 100111 10100 101100

Color Harmonies of #87775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87775A

Black with #87775A

Text Example


Text Example

White with #87775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87775A; }

 p { color: rgb(135,119,90); }

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

background-color css

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

 a { background-color: rgb(135,119,90); }

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

border-color css

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

 span { border-color: rgb(135,119,90); }

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