#877A4A

Color #877A4A Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #877A4A

Tints of Clay Creek #877A4A

Color information

#877A4A (or 0x877A4A) is unknown color: approx Clay Creek. HEX triplet: 87, 7A and 4A. RGB value is (135,122,74). Sum of RGB (Red+Green+Blue) = 135+122+74=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 135 - color contains mainly: red. Hex color #877A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877A4A is #7885B5. Grayscale: #787878. Windows color (decimal): -7898550 or 4881031. OLE color: 4881031.

HSL color Cylindrical-coordinate representation of color #877A4A: 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 #877A4A is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB13512274-
CMYK00.100.450.47
HSL47.21º29.19%40.98%-
HSV(B)47.21º45.19%52.94%-
XYZ18.1919.569.3-
YUV120.42101.81138.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.79%
GREEN value IS 122 (48.05% from 255) = 36.86%
BLUE value IS 74 (29.30% from 255) = 22.36%
R=40.79%
G=36.86%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351227400.100.450.4747.2129.1940.98
Hex877A4A0A2D2F2f1d29
Octal2071721120125557573551
Binary10000111111101010010100101010110110111110111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877A4A; }

 p { color: rgb(135,122,74); }

 H1.HeaderClassName
 {
   color: #877A4A;
 }
 .AnyTagClassName
 {
   color: #877A4A;
 }
</style>
background-color css

<style>
 a { background-color: #877A4A; }

 a { background-color: rgb(135,122,74); }

 div.DivClassName
 {
   background-color: #877A4A;
 }
 .BgClassName
 {
   background-color: #877A4A;
 }
</style>
border-color css

<style>
 span { border-color: #877A4A; }

 span { border-color: rgb(135,122,74); }

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