Html Css Color HEX #887B40 Highball

📋 copy color: '#887B40'

red 136 ◦ green 123 ◦ blue 64

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

Shades of Highball #887B40

Tints of Highball #887B40

RGB

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

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

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

R = 42.11%
G = 38.08%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#887B40 (or 0x887B40) is known color: Highball. HEX triplet: 88, 7B and 40. RGB value is (136,123,64). Sum of RGB (Red+Green+Blue) = 136+123+64=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #887B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887B40 is #7784BF. Grayscale: #787878. Windows color (decimal): -7832768 or 4225928. OLE color: 4225928.

HSL color Cylindrical-coordinate representation of color #887B40: hue angle of 49.17º 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 #887B40 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 123 64 -
CMYK 0 0.10 0.53 0.47
HSL 49.17º 0.36% 0.39% -
HSV(B) 49.17º 0.53% 0.53% -
XYZ 18.16 19.77 7.71 -
YUV 120.16 96.31 139.3 -
System Red Green Blue C M Y K H S L
Decimal 136 123 64 0 0.10 0.53 0.47 49.17 0.36 0.39
Hex 88 7B 40 0 A 35 2F 31 24 27
Octal 210 173 100 0 12 65 57 61 44 47
Binary 10001000 1111011 1000000 0 1010 110101 101111 110001 100100 100111

Color Harmonies of #887B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887B40

Black with #887B40

Text Example


Text Example

White with #887B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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