Html Css Color HEX #887F5C Clay Creek

📋 copy color: '#887F5C'

red 136 ◦ green 127 ◦ blue 92

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

Shades of Clay Creek #887F5C

Tints of Clay Creek #887F5C

RGB

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

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

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

R = 38.31%
G = 35.77%
B = 25.92%

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

#887F5C (or 0x887F5C) is known color: Clay Creek. HEX triplet: 88, 7F and 5C. RGB value is (136,127,92). Sum of RGB (Red+Green+Blue) = 136+127+92=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #887F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F5C is #7780A3. Grayscale: #7D7D7D. Windows color (decimal): -7831716 or 6061960. OLE color: 6061960.

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

Color convert

RGB 136 127 92 -
CMYK 0 0.07 0.32 0.47
HSL 47.73º 0.19% 0.45% -
HSV(B) 47.73º 0.32% 0.53% -
XYZ 19.67 21.19 13.18 -
YUV 125.7 108.98 135.35 -
System Red Green Blue C M Y K H S L
Decimal 136 127 92 0 0.07 0.32 0.47 47.73 0.19 0.45
Hex 88 7F 5C 0 7 20 2F 30 13 2D
Octal 210 177 134 0 7 40 57 60 23 55
Binary 10001000 1111111 1011100 0 111 100000 101111 110000 10011 101101

Color Harmonies of #887F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887F5C

Black with #887F5C

Text Example


Text Example

White with #887F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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