Html Css Color HEX #887B5E Clay Creek

📋 copy color: '#887B5E'

red 136 ◦ green 123 ◦ blue 94

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

Shades of Clay Creek #887B5E

Tints of Clay Creek #887B5E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.84%

 BLUE value IS 94 (37.11% from 255) = 26.63%

R = 38.53%
G = 34.84%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#887B5E (or 0x887B5E) is known color: Clay Creek. HEX triplet: 88, 7B and 5E. RGB value is (136,123,94). Sum of RGB (Red+Green+Blue) = 136+123+94=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #887B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887B5E is #7784A1. Grayscale: #7B7B7B. Windows color (decimal): -7832738 or 6192008. OLE color: 6192008.

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

Color convert

RGB 136 123 94 -
CMYK 0 0.10 0.31 0.47
HSL 41.43º 0.18% 0.45% -
HSV(B) 41.43º 0.31% 0.53% -
XYZ 19.26 20.21 13.48 -
YUV 123.58 111.31 136.86 -
System Red Green Blue C M Y K H S L
Decimal 136 123 94 0 0.10 0.31 0.47 41.43 0.18 0.45
Hex 88 7B 5E 0 A 1F 2F 29 12 2D
Octal 210 173 136 0 12 37 57 51 22 55
Binary 10001000 1111011 1011110 0 1010 11111 101111 101001 10010 101101

Color Harmonies of #887B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887B5E

Black with #887B5E

Text Example


Text Example

White with #887B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,123,94); }

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

background-color css

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

 a { background-color: rgb(136,123,94); }

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

border-color css

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

 span { border-color: rgb(136,123,94); }

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