Html Css Color HEX #887C4C Clay Creek

📋 copy color: '#887C4C'

red 136 ◦ green 124 ◦ blue 76

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

Shades of Clay Creek #887C4C

Tints of Clay Creek #887C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.62%

R = 40.48%
G = 36.9%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#887C4C (or 0x887C4C) is known color: Clay Creek. HEX triplet: 88, 7C and 4C. RGB value is (136,124,76). Sum of RGB (Red+Green+Blue) = 136+124+76=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #887C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887C4C is #7783B3. Grayscale: #7A7A7A. Windows color (decimal): -7832500 or 5012616. OLE color: 5012616.

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

Color convert

RGB 136 124 76 -
CMYK 0 0.09 0.44 0.47
HSL 48º 0.28% 0.42% -
HSV(B) 48º 0.44% 0.53% -
XYZ 18.67 20.17 9.75 -
YUV 122.12 101.98 137.9 -
System Red Green Blue C M Y K H S L
Decimal 136 124 76 0 0.09 0.44 0.47 48 0.28 0.42
Hex 88 7C 4C 0 9 2C 2F 30 1C 2A
Octal 210 174 114 0 11 54 57 60 34 52
Binary 10001000 1111100 1001100 0 1001 101100 101111 110000 11100 101010

Color Harmonies of #887C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887C4C

Black with #887C4C

Text Example


Text Example

White with #887C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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