#878052

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

Shades of Clay Creek #878052

Tints of Clay Creek #878052

Color information

#878052 (or 0x878052) is unknown color: approx Clay Creek. HEX triplet: 87, 80 and 52. RGB value is (135,128,82). Sum of RGB (Red+Green+Blue) = 135+128+82=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #878052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878052 is #787FAD. Grayscale: #7D7D7D. Windows color (decimal): -7897006 or 5406855. OLE color: 5406855.

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

Color convert

RGB13512882-
CMYK00.050.390.47
HSL52.08º24.42%42.55%-
HSV(B)52.08º39.26%52.94%-
XYZ19.2321.211.06-
YUV124.85103.82135.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.13%
GREEN value IS 128 (50.39% from 255) = 37.10%
BLUE value IS 82 (32.42% from 255) = 23.77%
R=39.13%
G=37.10%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351288200.050.390.4752.0824.4242.55
Hex87805205272F34182b
Octal207200122054757643053
Binary10000111100000001010010010110011110111111010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878052; }

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

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

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

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

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

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

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

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