#B77A7E

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

Shades of Tapestry #B77A7E

Tints of Tapestry #B77A7E

Color information

#B77A7E (or 0xB77A7E) is unknown color: approx Tapestry. HEX triplet: B7, 7A and 7E. RGB value is (183,122,126). Sum of RGB (Red+Green+Blue) = 183+122+126=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77A7E is #488581. Grayscale: #8C8C8C. Windows color (decimal): -4752770 or 8288951. OLE color: 8288951.

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

Color convert

RGB183122126-
CMYK00.330.310.28
HSL356.07º29.76%59.8%-
HSV(B)356.07º33.33%71.76%-
XYZ30.2525.4923.06-
YUV140.7119.71158.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.46%
GREEN value IS 122 (48.05% from 255) = 28.31%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=42.46%
G=28.31%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312212600.330.310.28356.0729.7659.8
HexB77A7E0211F1C1641e3c
Octal26717217604137345443674
Binary10110111111101011111100100001111111110010110010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A7E; }

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

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

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

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

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

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

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

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