Html Css Color HEX #887F5D Clay Creek

📋 copy color: '#887F5D'

red 136 ◦ green 127 ◦ blue 93

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

Shades of Clay Creek #887F5D

Tints of Clay Creek #887F5D

RGB

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

 GREEN value IS 127 (50% from 255) = 35.67%

 BLUE value IS 93 (36.72% from 255) = 26.12%

R = 38.2%
G = 35.67%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#887F5D (or 0x887F5D) is known color: Clay Creek. HEX triplet: 88, 7F and 5D. RGB value is (136,127,93). Sum of RGB (Red+Green+Blue) = 136+127+93=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #887F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F5D is #7780A2. Grayscale: #7D7D7D. Windows color (decimal): -7831715 or 6127496. OLE color: 6127496.

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

Color convert

RGB 136 127 93 -
CMYK 0 0.07 0.32 0.47
HSL 47.44º 0.19% 0.45% -
HSV(B) 47.44º 0.32% 0.53% -
XYZ 19.72 21.2 13.41 -
YUV 125.82 109.48 135.26 -
System Red Green Blue C M Y K H S L
Decimal 136 127 93 0 0.07 0.32 0.47 47.44 0.19 0.45
Hex 88 7F 5D 0 7 20 2F 2F 13 2D
Octal 210 177 135 0 7 40 57 57 23 55
Binary 10001000 1111111 1011101 0 111 100000 101111 101111 10011 101101

Color Harmonies of #887F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887F5D

Black with #887F5D

Text Example


Text Example

White with #887F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,127,93); }

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

background-color css

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

 a { background-color: rgb(136,127,93); }

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

border-color css

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

 span { border-color: rgb(136,127,93); }

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