Html Css Color HEX #887D40 Highball

📋 copy color: '#887D40'

red 136 ◦ green 125 ◦ blue 64

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

Shades of Highball #887D40

Tints of Highball #887D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.69%

R = 41.85%
G = 38.46%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#887D40 (or 0x887D40) is known color: Highball. HEX triplet: 88, 7D and 40. RGB value is (136,125,64). Sum of RGB (Red+Green+Blue) = 136+125+64=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #887D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887D40 is #7782BF. Grayscale: #797979. Windows color (decimal): -7832256 or 4226440. OLE color: 4226440.

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

Color convert

RGB 136 125 64 -
CMYK 0 0.08 0.53 0.47
HSL 50.83º 0.36% 0.39% -
HSV(B) 50.83º 0.53% 0.53% -
XYZ 18.41 20.27 7.79 -
YUV 121.34 95.64 138.46 -
System Red Green Blue C M Y K H S L
Decimal 136 125 64 0 0.08 0.53 0.47 50.83 0.36 0.39
Hex 88 7D 40 0 8 35 2F 33 24 27
Octal 210 175 100 0 10 65 57 63 44 47
Binary 10001000 1111101 1000000 0 1000 110101 101111 110011 100100 100111

Color Harmonies of #887D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887D40

Black with #887D40

Text Example


Text Example

White with #887D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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