Html Css Color HEX #887A4F Clay Creek

📋 copy color: '#887A4F'

red 136 ◦ green 122 ◦ blue 79

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

Shades of Clay Creek #887A4F

Tints of Clay Creek #887A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.44%

R = 40.36%
G = 36.2%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#887A4F (or 0x887A4F) is known color: Clay Creek. HEX triplet: 88, 7A and 4F. RGB value is (136,122,79). Sum of RGB (Red+Green+Blue) = 136+122+79=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #887A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887A4F is #7785B0. Grayscale: #797979. Windows color (decimal): -7833009 or 5208712. OLE color: 5208712.

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

Color convert

RGB 136 122 79 -
CMYK 0 0.10 0.42 0.47
HSL 45.26º 0.27% 0.42% -
HSV(B) 45.26º 0.42% 0.53% -
XYZ 18.52 19.72 10.23 -
YUV 121.28 104.14 138.5 -
System Red Green Blue C M Y K H S L
Decimal 136 122 79 0 0.10 0.42 0.47 45.26 0.27 0.42
Hex 88 7A 4F 0 A 2A 2F 2D 1B 2A
Octal 210 172 117 0 12 52 57 55 33 52
Binary 10001000 1111010 1001111 0 1010 101010 101111 101101 11011 101010

Color Harmonies of #887A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887A4F

Black with #887A4F

Text Example


Text Example

White with #887A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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