Html Css Color HEX #887C4F Clay Creek

📋 copy color: '#887C4F'

red 136 ◦ green 124 ◦ blue 79

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

Shades of Clay Creek #887C4F

Tints of Clay Creek #887C4F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.58%

 BLUE value IS 79 (31.25% from 255) = 23.3%

R = 40.12%
G = 36.58%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#887C4F (or 0x887C4F) is known color: Clay Creek. HEX triplet: 88, 7C and 4F. RGB value is (136,124,79). Sum of RGB (Red+Green+Blue) = 136+124+79=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #887C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C4F is #7783B0. Grayscale: #7A7A7A. Windows color (decimal): -7832497 or 5209224. OLE color: 5209224.

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

Color convert

RGB 136 124 79 -
CMYK 0 0.09 0.42 0.47
HSL 47.37º 0.27% 0.42% -
HSV(B) 47.37º 0.42% 0.53% -
XYZ 18.77 20.21 10.31 -
YUV 122.46 103.48 137.66 -
System Red Green Blue C M Y K H S L
Decimal 136 124 79 0 0.09 0.42 0.47 47.37 0.27 0.42
Hex 88 7C 4F 0 9 2A 2F 2F 1B 2A
Octal 210 174 117 0 11 52 57 57 33 52
Binary 10001000 1111100 1001111 0 1001 101010 101111 101111 11011 101010

Color Harmonies of #887C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887C4F

Black with #887C4F

Text Example


Text Example

White with #887C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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