Html Css Color HEX #878255 Clay Creek

📋 copy color: '#878255'

red 135 ◦ green 130 ◦ blue 85

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

Shades of Clay Creek #878255

Tints of Clay Creek #878255

RGB

 RED value IS 135 (53.13% 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 value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#878255 (or 0x878255) is known color: 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

RGB 135 130 85 -
CMYK 0 0.04 0.37 0.47
HSL 54º 0.23% 0.43% -
HSV(B) 54º 0.37% 0.53% -
XYZ 19.61 21.77 11.76 -
YUV 126.37 104.66 134.16 -
System Red Green Blue C M Y K H S L
Decimal 135 130 85 0 0.04 0.37 0.47 54 0.23 0.43
Hex 87 82 55 0 4 25 2F 36 17 2B
Octal 207 202 125 0 4 45 57 66 27 53
Binary 10000111 10000010 1010101 0 100 100101 101111 110110 10111 101011

Color Harmonies of #878255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878255

Black with #878255

Text Example


Text Example

White with #878255

Text Example


Text Example

HTML Codes & Css Web 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>