#B7767F

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

Shades of Tapestry #B7767F

Tints of Tapestry #B7767F

Color information

#B7767F (or 0xB7767F) is unknown color: approx Tapestry. HEX triplet: B7, 76 and 7F. RGB value is (183,118,127). Sum of RGB (Red+Green+Blue) = 183+118+127=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B7767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7767F is #488980. Grayscale: #8A8A8A. Windows color (decimal): -4753793 or 8353463. OLE color: 8353463.

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

Color convert

RGB183118127-
CMYK00.360.310.28
HSL351.69º31.1%59.02%-
HSV(B)351.69º35.52%71.76%-
XYZ29.8424.5623.25-
YUV138.46121.53159.77-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 118 (46.48% from 255) = 27.57%
BLUE value IS 127 (50% from 255) = 29.67%
R=42.76%
G=27.57%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311812700.360.310.28351.6931.159.02
HexB7767F0241F1C1601f3b
Octal26716617704437345403773
Binary10110111111011011111110100100111111110010110000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7767F; }

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

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

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

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

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

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

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

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