#877F4B

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

Shades of Clay Creek #877F4B

Tints of Clay Creek #877F4B

Color information

#877F4B (or 0x877F4B) is unknown color: approx Clay Creek. HEX triplet: 87, 7F and 4B. RGB value is (135,127,75). Sum of RGB (Red+Green+Blue) = 135+127+75=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #877F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877F4B is #7880B4. Grayscale: #7B7B7B. Windows color (decimal): -7897269 or 4947847. OLE color: 4947847.

HSL color Cylindrical-coordinate representation of color #877F4B: hue angle of 52º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #877F4B is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB13512775-
CMYK00.060.440.47
HSL52º28.57%41.18%-
HSV(B)52º44.44%52.94%-
XYZ18.8520.849.69-
YUV123.46100.65136.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.06%
GREEN value IS 127 (50% from 255) = 37.69%
BLUE value IS 75 (29.69% from 255) = 22.26%
R=40.06%
G=37.69%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351277500.060.440.475228.5741.18
Hex877F4B062C2F341d29
Octal207177113065457643551
Binary1000011111111111001011011010110010111111010011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,127,75); }

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

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

 a { background-color: rgb(135,127,75); }

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

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

 span { border-color: rgb(135,127,75); }

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