#878055

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

Shades of Clay Creek #878055

Tints of Clay Creek #878055

Color information

#878055 (or 0x878055) is unknown color: approx Clay Creek. HEX triplet: 87, 80 and 55. RGB value is (135,128,85). Sum of RGB (Red+Green+Blue) = 135+128+85=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 135 - color contains mainly: red. Hex color #878055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878055 is #787FAA. Grayscale: #7D7D7D. Windows color (decimal): -7897003 or 5603463. OLE color: 5603463.

HSL color Cylindrical-coordinate representation of color #878055: hue angle of 51.6º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #878055 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB13512885-
CMYK00.050.370.47
HSL51.6º22.73%43.14%-
HSV(B)51.6º37.04%52.94%-
XYZ19.3521.2511.68-
YUV125.19105.32135-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.79%
GREEN value IS 128 (50.39% from 255) = 36.78%
BLUE value IS 85 (33.59% from 255) = 24.43%
R=38.79%
G=36.78%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351288500.050.370.4751.622.7343.14
Hex87805505252F34172b
Octal207200125054557642753
Binary10000111100000001010101010110010110111111010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878055; }

 p { color: rgb(135,128,85); }

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

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

 a { background-color: rgb(135,128,85); }

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

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

 span { border-color: rgb(135,128,85); }

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