#887742

Color #887742 Shadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow #887742

Tints of Shadow #887742

Color information

#887742 (or 0x887742) is unknown color: approx Shadow. HEX triplet: 88, 77 and 42. RGB value is (136,119,66). Sum of RGB (Red+Green+Blue) = 136+119+66=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #887742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887742 is #7788BD. Grayscale: #767676. Windows color (decimal): -7833790 or 4355976. OLE color: 4355976.

HSL color Cylindrical-coordinate representation of color #887742: hue angle of 45.43º 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 #887742 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB13611966-
CMYK00.120.510.47
HSL45.43º34.65%39.61%-
HSV(B)45.43º51.47%53.33%-
XYZ17.7318.827.85-
YUV118.0498.63140.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.37%
GREEN value IS 119 (46.88% from 255) = 37.07%
BLUE value IS 66 (26.17% from 255) = 20.56%
R=42.37%
G=37.07%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361196600.120.510.4745.4334.6539.61
Hex8877420C332F2d2328
Octal2101671020146357554350
Binary100010001110111100001001100110011101111101101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887742; }

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

 H1.HeaderClassName
 {
   color: #887742;
 }
 .AnyTagClassName
 {
   color: #887742;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #887742;
 }
 .BgClassName
 {
   background-color: #887742;
 }
</style>
border-color css

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

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

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