Html Css Color HEX #887B72 Americano

📋 copy color: '#887B72'

red 136 ◦ green 123 ◦ blue 114

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

Shades of Americano #887B72

Tints of Americano #887B72

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.98%

 BLUE value IS 114 (44.92% from 255) = 30.56%

R = 36.46%
G = 32.98%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#887B72 (or 0x887B72) is known color: Americano. HEX triplet: 88, 7B and 72. RGB value is (136,123,114). Sum of RGB (Red+Green+Blue) = 136+123+114=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 136 - color contains mainly: red. Hex color #887B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887B72 is #77848D. Grayscale: #7D7D7D. Windows color (decimal): -7832718 or 7502728. OLE color: 7502728.

HSL color Cylindrical-coordinate representation of color #887B72: hue angle of 24.55º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #887B72 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 123 114 -
CMYK 0 0.10 0.16 0.47
HSL 24.55º 0.09% 0.49% -
HSV(B) 24.55º 0.16% 0.53% -
XYZ 20.27 20.62 18.83 -
YUV 125.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 136 123 114 0 0.10 0.16 0.47 24.55 0.09 0.49
Hex 88 7B 72 0 A 10 2F 19 9 31
Octal 210 173 162 0 12 20 57 31 11 61
Binary 10001000 1111011 1110010 0 1010 10000 101111 11001 1001 110001

Color Harmonies of #887B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887B72

Black with #887B72

Text Example


Text Example

White with #887B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,123,114); }

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

background-color css

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

 a { background-color: rgb(136,123,114); }

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

border-color css

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

 span { border-color: rgb(136,123,114); }

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