Html Css Color HEX #887F4D Clay Creek

📋 copy color: '#887F4D'

red 136 ◦ green 127 ◦ blue 77

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

Shades of Clay Creek #887F4D

Tints of Clay Creek #887F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.65%

R = 40%
G = 37.35%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#887F4D (or 0x887F4D) is known color: Clay Creek. HEX triplet: 88, 7F and 4D. RGB value is (136,127,77). Sum of RGB (Red+Green+Blue) = 136+127+77=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #887F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F4D is #7780B2. Grayscale: #7C7C7C. Windows color (decimal): -7831731 or 5078920. OLE color: 5078920.

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

Color convert

RGB 136 127 77 -
CMYK 0 0.07 0.43 0.47
HSL 50.85º 0.28% 0.42% -
HSV(B) 50.85º 0.43% 0.53% -
XYZ 19.08 20.95 10.06 -
YUV 123.99 101.48 136.57 -
System Red Green Blue C M Y K H S L
Decimal 136 127 77 0 0.07 0.43 0.47 50.85 0.28 0.42
Hex 88 7F 4D 0 7 2B 2F 33 1C 2A
Octal 210 177 115 0 7 53 57 63 34 52
Binary 10001000 1111111 1001101 0 111 101011 101111 110011 11100 101010

Color Harmonies of #887F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887F4D

Black with #887F4D

Text Example


Text Example

White with #887F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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