Html Css Color HEX #887B4B Clay Creek

📋 copy color: '#887B4B'

red 136 ◦ green 123 ◦ blue 75

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

Shades of Clay Creek #887B4B

Tints of Clay Creek #887B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 40.72%
G = 36.83%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#887B4B (or 0x887B4B) is known color: Clay Creek. HEX triplet: 88, 7B and 4B. RGB value is (136,123,75). Sum of RGB (Red+Green+Blue) = 136+123+75=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #887B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887B4B is #7784B4. Grayscale: #797979. Windows color (decimal): -7832757 or 4946824. OLE color: 4946824.

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

Color convert

RGB 136 123 75 -
CMYK 0 0.10 0.45 0.47
HSL 47.21º 0.29% 0.41% -
HSV(B) 47.21º 0.45% 0.53% -
XYZ 18.51 19.91 9.52 -
YUV 121.42 101.81 138.4 -
System Red Green Blue C M Y K H S L
Decimal 136 123 75 0 0.10 0.45 0.47 47.21 0.29 0.41
Hex 88 7B 4B 0 A 2D 2F 2F 1D 29
Octal 210 173 113 0 12 55 57 57 35 51
Binary 10001000 1111011 1001011 0 1010 101101 101111 101111 11101 101001

Color Harmonies of #887B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887B4B

Black with #887B4B

Text Example


Text Example

White with #887B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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