#B7778C

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

Shades of Tapestry #B7778C

Tints of Tapestry #B7778C

Color information

#B7778C (or 0xB7778C) is unknown color: approx Tapestry. HEX triplet: B7, 77 and 8C. RGB value is (183,119,140). Sum of RGB (Red+Green+Blue) = 183+119+140=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B7778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7778C is #488873. Grayscale: #8C8C8C. Windows color (decimal): -4753524 or 9205687. OLE color: 9205687.

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

Color convert

RGB183119140-
CMYK00.350.230.28
HSL340.31º30.77%59.22%-
HSV(B)340.31º34.97%71.76%-
XYZ30.8625.1528.04-
YUV140.53127.7158.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.40%
GREEN value IS 119 (46.88% from 255) = 26.92%
BLUE value IS 140 (55.08% from 255) = 31.67%
R=41.40%
G=26.92%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311914000.350.230.28340.3130.7759.22
HexB7778C023171C1541f3b
Octal26716721404327345243773
Binary101101111110111100011000100011101111110010101010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7778C; }

 p { color: rgb(183,119,140); }

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

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

 a { background-color: rgb(183,119,140); }

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

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

 span { border-color: rgb(183,119,140); }

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