Html Css Color HEX #887A40 Go Ben

📋 copy color: '#887A40'

red 136 ◦ green 122 ◦ blue 64

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

Shades of Go Ben #887A40

Tints of Go Ben #887A40

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.89%

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

R = 42.24%
G = 37.89%
B = 19.88%

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

#887A40 (or 0x887A40) is known color: Go Ben. HEX triplet: 88, 7A and 40. RGB value is (136,122,64). Sum of RGB (Red+Green+Blue) = 136+122+64=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #887A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887A40 is #7785BF. Grayscale: #777777. Windows color (decimal): -7833024 or 4225672. OLE color: 4225672.

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

Color convert

RGB 136 122 64 -
CMYK 0 0.10 0.53 0.47
HSL 48.33º 0.36% 0.39% -
HSV(B) 48.33º 0.53% 0.53% -
XYZ 18.04 19.52 7.67 -
YUV 119.57 96.64 139.72 -
System Red Green Blue C M Y K H S L
Decimal 136 122 64 0 0.10 0.53 0.47 48.33 0.36 0.39
Hex 88 7A 40 0 A 35 2F 30 24 27
Octal 210 172 100 0 12 65 57 60 44 47
Binary 10001000 1111010 1000000 0 1010 110101 101111 110000 100100 100111

Color Harmonies of #887A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887A40

Black with #887A40

Text Example


Text Example

White with #887A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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