Html Css Color HEX #887C4A Clay Creek

📋 copy color: '#887C4A'

red 136 ◦ green 124 ◦ blue 74

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

Shades of Clay Creek #887C4A

Tints of Clay Creek #887C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.16%

R = 40.72%
G = 37.13%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#887C4A (or 0x887C4A) is known color: Clay Creek. HEX triplet: 88, 7C and 4A. RGB value is (136,124,74). Sum of RGB (Red+Green+Blue) = 136+124+74=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #887C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887C4A is #7783B5. Grayscale: #7A7A7A. Windows color (decimal): -7832502 or 4881544. OLE color: 4881544.

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

Color convert

RGB 136 124 74 -
CMYK 0 0.09 0.46 0.47
HSL 48.39º 0.3% 0.41% -
HSV(B) 48.39º 0.46% 0.53% -
XYZ 18.6 20.14 9.39 -
YUV 121.89 100.98 138.07 -
System Red Green Blue C M Y K H S L
Decimal 136 124 74 0 0.09 0.46 0.47 48.39 0.3 0.41
Hex 88 7C 4A 0 9 2E 2F 30 1E 29
Octal 210 174 112 0 11 56 57 60 36 51
Binary 10001000 1111100 1001010 0 1001 101110 101111 110000 11110 101001

Color Harmonies of #887C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887C4A

Black with #887C4A

Text Example


Text Example

White with #887C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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