#B77F8C

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

Shades of Tapestry #B77F8C

Tints of Tapestry #B77F8C

Color information

#B77F8C (or 0xB77F8C) is unknown color: approx Tapestry. HEX triplet: B7, 7F and 8C. RGB value is (183,127,140). Sum of RGB (Red+Green+Blue) = 183+127+140=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77F8C is #488073. Grayscale: #919191. Windows color (decimal): -4751476 or 9207735. OLE color: 9207735.

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

Color convert

RGB183127140-
CMYK00.310.230.28
HSL346.07º28%60.78%-
HSV(B)346.07º30.6%71.76%-
XYZ31.8527.1428.37-
YUV145.23125.05154.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.67%
GREEN value IS 127 (50% from 255) = 28.22%
BLUE value IS 140 (55.08% from 255) = 31.11%
R=40.67%
G=28.22%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312714000.310.230.28346.072860.78
HexB77F8C01F171C15a1c3d
Octal26717721403727345323475
Binary10110111111111110001100011111101111110010101101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77F8C; }

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

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

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

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

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

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

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

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