Html Css Color HEX #887D42 Highball

📋 copy color: '#887D42'

red 136 ◦ green 125 ◦ blue 66

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

Shades of Highball #887D42

Tints of Highball #887D42

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.23%

 BLUE value IS 66 (26.17% from 255) = 20.18%

R = 41.59%
G = 38.23%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#887D42 (or 0x887D42) is known color: Highball. HEX triplet: 88, 7D and 42. RGB value is (136,125,66). Sum of RGB (Red+Green+Blue) = 136+125+66=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #887D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887D42 is #7782BD. Grayscale: #797979. Windows color (decimal): -7832254 or 4357512. OLE color: 4357512.

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

Color convert

RGB 136 125 66 -
CMYK 0 0.08 0.51 0.47
HSL 50.57º 0.35% 0.4% -
HSV(B) 50.57º 0.51% 0.53% -
XYZ 18.47 20.29 8.1 -
YUV 121.56 96.64 138.3 -
System Red Green Blue C M Y K H S L
Decimal 136 125 66 0 0.08 0.51 0.47 50.57 0.35 0.4
Hex 88 7D 42 0 8 33 2F 33 23 28
Octal 210 175 102 0 10 63 57 63 43 50
Binary 10001000 1111101 1000010 0 1000 110011 101111 110011 100011 101000

Color Harmonies of #887D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887D42

Black with #887D42

Text Example


Text Example

White with #887D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,125,66); }

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

background-color css

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

 a { background-color: rgb(136,125,66); }

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

border-color css

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

 span { border-color: rgb(136,125,66); }

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