#B7767E

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

Shades of Tapestry #B7767E

Tints of Tapestry #B7767E

Color information

#B7767E (or 0xB7767E) is unknown color: approx Tapestry. HEX triplet: B7, 76 and 7E. RGB value is (183,118,126). Sum of RGB (Red+Green+Blue) = 183+118+126=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B7767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7767E is #488981. Grayscale: #8A8A8A. Windows color (decimal): -4753794 or 8287927. OLE color: 8287927.

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

Color convert

RGB183118126-
CMYK00.360.310.28
HSL352.62º31.1%59.02%-
HSV(B)352.62º35.52%71.76%-
XYZ29.7724.5322.9-
YUV138.35121.03159.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.86%
GREEN value IS 118 (46.48% from 255) = 27.63%
BLUE value IS 126 (49.61% from 255) = 29.51%
R=42.86%
G=27.63%
B=29.51%

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
Decimal18311812600.360.310.28352.6231.159.02
HexB7767E0241F1C1611f3b
Octal26716617604437345413773
Binary10110111111011011111100100100111111110010110000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7767E; }

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

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

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

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

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

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

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

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