#B7788B

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

Shades of Tapestry #B7788B

Tints of Tapestry #B7788B

Color information

#B7788B (or 0xB7788B) is unknown color: approx Tapestry. HEX triplet: B7, 78 and 8B. RGB value is (183,120,139). Sum of RGB (Red+Green+Blue) = 183+120+139=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B7788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7788B is #488774. Grayscale: #8C8C8C. Windows color (decimal): -4753269 or 9140407. OLE color: 9140407.

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

Color convert

RGB183120139-
CMYK00.340.240.28
HSL341.9º30.43%59.41%-
HSV(B)341.9º34.43%71.76%-
XYZ30.9125.3627.69-
YUV141126.87157.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.40%
GREEN value IS 120 (47.27% from 255) = 27.15%
BLUE value IS 139 (54.69% from 255) = 31.45%
R=41.40%
G=27.15%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312013900.340.240.28341.930.4359.41
HexB7788B022181C1561e3b
Octal26717021304230345263673
Binary101101111111000100010110100010110001110010101011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7788B; }

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

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

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

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

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

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

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

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