#B7777F

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

Shades of Tapestry #B7777F

Tints of Tapestry #B7777F

Color information

#B7777F (or 0xB7777F) is unknown color: approx Tapestry. HEX triplet: B7, 77 and 7F. RGB value is (183,119,127). Sum of RGB (Red+Green+Blue) = 183+119+127=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B7777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7777F is #488880. Grayscale: #8B8B8B. Windows color (decimal): -4753537 or 8353719. OLE color: 8353719.

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

Color convert

RGB183119127-
CMYK00.350.310.28
HSL352.5º30.77%59.22%-
HSV(B)352.5º34.97%71.76%-
XYZ29.9624.7923.29-
YUV139.05121.2159.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 119 (46.88% from 255) = 27.74%
BLUE value IS 127 (50% from 255) = 29.60%
R=42.66%
G=27.74%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311912700.350.310.28352.530.7759.22
HexB7777F0231F1C1601f3b
Octal26716717704337345403773
Binary10110111111011111111110100011111111110010110000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7777F; }

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

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

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

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

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

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

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

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