Html Css Color HEX #887E5E Clay Creek

📋 copy color: '#887E5E'

red 136 ◦ green 126 ◦ blue 94

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

Shades of Clay Creek #887E5E

Tints of Clay Creek #887E5E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.39%

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

R = 38.2%
G = 35.39%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#887E5E (or 0x887E5E) is known color: Clay Creek. HEX triplet: 88, 7E and 5E. RGB value is (136,126,94). Sum of RGB (Red+Green+Blue) = 136+126+94=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #887E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887E5E is #7781A1. Grayscale: #7D7D7D. Windows color (decimal): -7831970 or 6192776. OLE color: 6192776.

HSL color Cylindrical-coordinate representation of color #887E5E: hue angle of 45.71º 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 #887E5E is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 126 94 -
CMYK 0 0.07 0.31 0.47
HSL 45.71º 0.18% 0.45% -
HSV(B) 45.71º 0.31% 0.53% -
XYZ 19.63 20.96 13.6 -
YUV 125.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 136 126 94 0 0.07 0.31 0.47 45.71 0.18 0.45
Hex 88 7E 5E 0 7 1F 2F 2E 12 2D
Octal 210 176 136 0 7 37 57 56 22 55
Binary 10001000 1111110 1011110 0 111 11111 101111 101110 10010 101101

Color Harmonies of #887E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887E5E

Black with #887E5E

Text Example


Text Example

White with #887E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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