#B7767C

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

Shades of Tapestry #B7767C

Tints of Tapestry #B7767C

Color information

#B7767C (or 0xB7767C) is unknown color: approx Tapestry. HEX triplet: B7, 76 and 7C. RGB value is (183,118,124). Sum of RGB (Red+Green+Blue) = 183+118+124=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7767C is #488983. Grayscale: #8A8A8A. Windows color (decimal): -4753796 or 8156855. OLE color: 8156855.

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

Color convert

RGB183118124-
CMYK00.360.320.28
HSL354.46º31.1%59.02%-
HSV(B)354.46º35.52%71.76%-
XYZ29.6424.4822.23-
YUV138.12120.03160.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.06%
GREEN value IS 118 (46.48% from 255) = 27.76%
BLUE value IS 124 (48.83% from 255) = 29.18%
R=43.06%
G=27.76%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311812400.360.320.28354.4631.159.02
HexB7767C024201C1621f3b
Octal26716617404440345423773
Binary101101111110110111110001001001000001110010110001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7767C; }

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

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

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

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

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

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

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

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