#887F4F

Color #887F4F Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #887F4F

Tints of Clay Creek #887F4F

Color information

#887F4F (or 0x887F4F) is unknown color: approx Clay Creek. HEX triplet: 88, 7F and 4F. RGB value is (136,127,79). Sum of RGB (Red+Green+Blue) = 136+127+79=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 136 - color contains mainly: red. Hex color #887F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F4F is #7780B0. Grayscale: #7C7C7C. Windows color (decimal): -7831729 or 5209992. OLE color: 5209992.

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

Color convert

RGB13612779-
CMYK00.070.420.47
HSL50.53º26.51%42.16%-
HSV(B)50.53º41.91%53.33%-
XYZ19.1520.9810.44-
YUV124.22102.48136.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.77%
GREEN value IS 127 (50% from 255) = 37.13%
BLUE value IS 79 (31.25% from 255) = 23.10%
R=39.77%
G=37.13%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361277900.070.420.4750.5326.5142.16
Hex887F4F072A2F331b2a
Octal210177117075257633352
Binary1000100011111111001111011110101010111111001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,127,79); }

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

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

 a { background-color: rgb(136,127,79); }

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

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

 span { border-color: rgb(136,127,79); }

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