Html Css Color HEX #887A5C Clay Creek

📋 copy color: '#887A5C'

red 136 ◦ green 122 ◦ blue 92

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

Shades of Clay Creek #887A5C

Tints of Clay Creek #887A5C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.86%

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 38.86%
G = 34.86%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#887A5C (or 0x887A5C) is known color: Clay Creek. HEX triplet: 88, 7A and 5C. RGB value is (136,122,92). Sum of RGB (Red+Green+Blue) = 136+122+92=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #887A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887A5C is #7785A3. Grayscale: #7A7A7A. Windows color (decimal): -7832996 or 6060680. OLE color: 6060680.

HSL color Cylindrical-coordinate representation of color #887A5C: hue angle of 40.91º 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 #887A5C is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 122 92 -
CMYK 0 0.10 0.32 0.47
HSL 40.91º 0.19% 0.45% -
HSV(B) 40.91º 0.32% 0.53% -
XYZ 19.04 19.93 12.97 -
YUV 122.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 136 122 92 0 0.10 0.32 0.47 40.91 0.19 0.45
Hex 88 7A 5C 0 A 20 2F 29 13 2D
Octal 210 172 134 0 12 40 57 51 23 55
Binary 10001000 1111010 1011100 0 1010 100000 101111 101001 10011 101101

Color Harmonies of #887A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887A5C

Black with #887A5C

Text Example


Text Example

White with #887A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,122,92); }

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

background-color css

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

 a { background-color: rgb(136,122,92); }

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

border-color css

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

 span { border-color: rgb(136,122,92); }

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