#878255

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

Shades of Clay Creek #878255

Tints of Clay Creek #878255

Color information

#878255 (or 0x878255) is unknown color: approx Clay Creek. HEX triplet: 87, 82 and 55. RGB value is (135,130,85). Sum of RGB (Red+Green+Blue) = 135+130+85=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 135 - color contains mainly: red. Hex color #878255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878255 is #787DAA. Grayscale: #7E7E7E. Windows color (decimal): -7896491 or 5603975. OLE color: 5603975.

HSL color Cylindrical-coordinate representation of color #878255: hue angle of 54º 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 #878255 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB13513085-
CMYK00.040.370.47
HSL54º22.73%43.14%-
HSV(B)54º37.04%52.94%-
XYZ19.6121.7711.76-
YUV126.36104.66134.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 130 (51.17% from 255) = 37.14%
BLUE value IS 85 (33.59% from 255) = 24.29%
R=38.57%
G=37.14%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351308500.040.370.475422.7343.14
Hex87825504252F36172b
Octal207202125044557662753
Binary10000111100000101010101010010010110111111011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878255; }

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

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

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

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

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

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

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

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