#B7788A

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

Shades of Tapestry #B7788A

Tints of Tapestry #B7788A

Color information

#B7788A (or 0xB7788A) is unknown color: approx Tapestry. HEX triplet: B7, 78 and 8A. RGB value is (183,120,138). Sum of RGB (Red+Green+Blue) = 183+120+138=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7788A is #488775. Grayscale: #8C8C8C. Windows color (decimal): -4753270 or 9074871. OLE color: 9074871.

HSL color Cylindrical-coordinate representation of color #B7788A: hue angle of 342.86º 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 #B7788A is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB183120138-
CMYK00.340.250.28
HSL342.86º30.43%59.41%-
HSV(B)342.86º34.43%71.76%-
XYZ30.8325.3427.31-
YUV140.89126.37158.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.50%
GREEN value IS 120 (47.27% from 255) = 27.21%
BLUE value IS 138 (54.30% from 255) = 31.29%
R=41.50%
G=27.21%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312013800.340.250.28342.8630.4359.41
HexB7788A022191C1571e3b
Octal26717021204231345273673
Binary101101111111000100010100100010110011110010101011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7788A; }

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

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

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

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

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

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

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

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