Html Css Color HEX #887C50 Clay Creek

📋 copy color: '#887C50'

red 136 ◦ green 124 ◦ blue 80

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

Shades of Clay Creek #887C50

Tints of Clay Creek #887C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.53%

R = 40%
G = 36.47%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#887C50 (or 0x887C50) is known color: Clay Creek. HEX triplet: 88, 7C and 50. RGB value is (136,124,80). Sum of RGB (Red+Green+Blue) = 136+124+80=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #887C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C50 is #7783AF. Grayscale: #7A7A7A. Windows color (decimal): -7832496 or 5274760. OLE color: 5274760.

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

Color convert

RGB 136 124 80 -
CMYK 0 0.09 0.41 0.47
HSL 47.14º 0.26% 0.42% -
HSV(B) 47.14º 0.41% 0.53% -
XYZ 18.81 20.23 10.5 -
YUV 122.57 103.98 137.58 -
System Red Green Blue C M Y K H S L
Decimal 136 124 80 0 0.09 0.41 0.47 47.14 0.26 0.42
Hex 88 7C 50 0 9 29 2F 2F 1A 2A
Octal 210 174 120 0 11 51 57 57 32 52
Binary 10001000 1111100 1010000 0 1001 101001 101111 101111 11010 101010

Color Harmonies of #887C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887C50

Black with #887C50

Text Example


Text Example

White with #887C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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