Html Css Color HEX #887F75 Americano

📋 copy color: '#887F75'

red 136 ◦ green 127 ◦ blue 117

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

Shades of Americano #887F75

Tints of Americano #887F75

RGB

 RED value IS 136 (53.52% from 255) = 35.79%

 GREEN value IS 127 (50% from 255) = 33.42%

 BLUE value IS 117 (46.09% from 255) = 30.79%

R = 35.79%
G = 33.42%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#887F75 (or 0x887F75) is known color: Americano. HEX triplet: 88, 7F and 75. RGB value is (136,127,117). Sum of RGB (Red+Green+Blue) = 136+127+117=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 136 - color contains mainly: red. Hex color #887F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F75 is #77808A. Grayscale: #808080. Windows color (decimal): -7831691 or 7700360. OLE color: 7700360.

HSL color Cylindrical-coordinate representation of color #887F75: hue angle of 31.58º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #887F75 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 127 117 -
CMYK 0 0.07 0.14 0.47
HSL 31.58º 0.08% 0.5% -
HSV(B) 31.58º 0.14% 0.53% -
XYZ 20.95 21.7 19.91 -
YUV 128.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 136 127 117 0 0.07 0.14 0.47 31.58 0.08 0.5
Hex 88 7F 75 0 7 E 2F 20 8 32
Octal 210 177 165 0 7 16 57 40 10 62
Binary 10001000 1111111 1110101 0 111 1110 101111 100000 1000 110010

Color Harmonies of #887F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887F75

Black with #887F75

Text Example


Text Example

White with #887F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887F75; }

 p { color: rgb(136,127,117); }

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

background-color css

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

 a { background-color: rgb(136,127,117); }

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

border-color css

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

 span { border-color: rgb(136,127,117); }

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