Html Css Color HEX #887B5A Clay Creek

📋 copy color: '#887B5A'

red 136 ◦ green 123 ◦ blue 90

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

Shades of Clay Creek #887B5A

Tints of Clay Creek #887B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.79%

R = 38.97%
G = 35.24%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#887B5A (or 0x887B5A) is known color: Clay Creek. HEX triplet: 88, 7B and 5A. RGB value is (136,123,90). Sum of RGB (Red+Green+Blue) = 136+123+90=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #887B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887B5A is #7784A5. Grayscale: #7B7B7B. Windows color (decimal): -7832742 or 5929864. OLE color: 5929864.

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

Color convert

RGB 136 123 90 -
CMYK 0 0.10 0.34 0.47
HSL 43.04º 0.2% 0.44% -
HSV(B) 43.04º 0.34% 0.53% -
XYZ 19.08 20.14 12.55 -
YUV 123.13 109.31 137.18 -
System Red Green Blue C M Y K H S L
Decimal 136 123 90 0 0.10 0.34 0.47 43.04 0.2 0.44
Hex 88 7B 5A 0 A 22 2F 2B 14 2C
Octal 210 173 132 0 12 42 57 53 24 54
Binary 10001000 1111011 1011010 0 1010 100010 101111 101011 10100 101100

Color Harmonies of #887B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887B5A

Black with #887B5A

Text Example


Text Example

White with #887B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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