#B7788C

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

Shades of Tapestry #B7788C

Tints of Tapestry #B7788C

Color information

#B7788C (or 0xB7788C) is unknown color: approx Tapestry. HEX triplet: B7, 78 and 8C. RGB value is (183,120,140). Sum of RGB (Red+Green+Blue) = 183+120+140=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7788C is #488773. Grayscale: #8D8D8D. Windows color (decimal): -4753268 or 9205943. OLE color: 9205943.

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

Color convert

RGB183120140-
CMYK00.340.230.28
HSL340.95º30.43%59.41%-
HSV(B)340.95º34.43%71.76%-
XYZ30.9825.3928.08-
YUV141.12127.37157.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 120 (47.27% from 255) = 27.09%
BLUE value IS 140 (55.08% from 255) = 31.60%
R=41.31%
G=27.09%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312014000.340.230.28340.9530.4359.41
HexB7788C022171C1551e3b
Octal26717021404227345253673
Binary101101111111000100011000100010101111110010101010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7788C; }

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

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

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

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

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

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

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

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