#B77C7F

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

Shades of Tapestry #B77C7F

Tints of Tapestry #B77C7F

Color information

#B77C7F (or 0xB77C7F) is unknown color: approx Tapestry. HEX triplet: B7, 7C and 7F. RGB value is (183,124,127). Sum of RGB (Red+Green+Blue) = 183+124+127=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77C7F is #488380. Grayscale: #8E8E8E. Windows color (decimal): -4752257 or 8354999. OLE color: 8354999.

HSL color Cylindrical-coordinate representation of color #B77C7F: hue angle of 356.95º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B77C7F is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB183124127-
CMYK00.320.310.28
HSL356.95º29.06%60.2%-
HSV(B)356.95º32.24%71.76%-
XYZ30.5726.0123.49-
YUV141.98119.55157.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.17%
GREEN value IS 124 (48.83% from 255) = 28.57%
BLUE value IS 127 (50% from 255) = 29.26%
R=42.17%
G=28.57%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312412700.320.310.28356.9529.0660.2
HexB77C7F0201F1C1651d3c
Octal26717417704037345453574
Binary10110111111110011111110100000111111110010110010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77C7F; }

 p { color: rgb(183,124,127); }

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

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

 a { background-color: rgb(183,124,127); }

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

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

 span { border-color: rgb(183,124,127); }

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