Html Css Color HEX #887C5E Clay Creek

📋 copy color: '#887C5E'

red 136 ◦ green 124 ◦ blue 94

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

Shades of Clay Creek #887C5E

Tints of Clay Creek #887C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.55%

R = 38.42%
G = 35.03%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#887C5E (or 0x887C5E) is known color: Clay Creek. HEX triplet: 88, 7C and 5E. RGB value is (136,124,94). Sum of RGB (Red+Green+Blue) = 136+124+94=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 136 - color contains mainly: red. Hex color #887C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C5E is #7783A1. Grayscale: #7C7C7C. Windows color (decimal): -7832482 or 6192264. OLE color: 6192264.

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

Color convert

RGB 136 124 94 -
CMYK 0 0.09 0.31 0.47
HSL 42.86º 0.18% 0.45% -
HSV(B) 42.86º 0.31% 0.53% -
XYZ 19.38 20.46 13.52 -
YUV 124.17 110.98 136.44 -
System Red Green Blue C M Y K H S L
Decimal 136 124 94 0 0.09 0.31 0.47 42.86 0.18 0.45
Hex 88 7C 5E 0 9 1F 2F 2B 12 2D
Octal 210 174 136 0 11 37 57 53 22 55
Binary 10001000 1111100 1011110 0 1001 11111 101111 101011 10010 101101

Color Harmonies of #887C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887C5E

Black with #887C5E

Text Example


Text Example

White with #887C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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