Html Css Color HEX #887B5B Clay Creek

📋 copy color: '#887B5B'

red 136 ◦ green 123 ◦ blue 91

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

Shades of Clay Creek #887B5B

Tints of Clay Creek #887B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26%

R = 38.86%
G = 35.14%
B = 26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#887B5B (or 0x887B5B) is known color: Clay Creek. HEX triplet: 88, 7B and 5B. RGB value is (136,123,91). Sum of RGB (Red+Green+Blue) = 136+123+91=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #887B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887B5B is #7784A4. Grayscale: #7B7B7B. Windows color (decimal): -7832741 or 5995400. OLE color: 5995400.

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

Color convert

RGB 136 123 91 -
CMYK 0 0.10 0.33 0.47
HSL 42.67º 0.2% 0.45% -
HSV(B) 42.67º 0.33% 0.53% -
XYZ 19.12 20.16 12.78 -
YUV 123.24 109.81 137.1 -
System Red Green Blue C M Y K H S L
Decimal 136 123 91 0 0.10 0.33 0.47 42.67 0.2 0.45
Hex 88 7B 5B 0 A 21 2F 2B 14 2D
Octal 210 173 133 0 12 41 57 53 24 55
Binary 10001000 1111011 1011011 0 1010 100001 101111 101011 10100 101101

Color Harmonies of #887B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887B5B

Black with #887B5B

Text Example


Text Example

White with #887B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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