#B75F77

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

Shades of Tapestry #B75F77

Tints of Tapestry #B75F77

Color information

#B75F77 (or 0xB75F77) is unknown color: approx Tapestry. HEX triplet: B7, 5F and 77. RGB value is (183,95,119). Sum of RGB (Red+Green+Blue) = 183+95+119=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75F77 is #48A088. Grayscale: #7C7C7C. Windows color (decimal): -4759689 or 7823287. OLE color: 7823287.

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

Color convert

RGB18395119-
CMYK00.480.350.28
HSL343.64º37.93%54.51%-
HSV(B)343.64º48.09%71.76%-
XYZ26.9519.5819.81-
YUV124.05125.15170.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.10%
GREEN value IS 95 (37.5% from 255) = 23.93%
BLUE value IS 119 (46.88% from 255) = 29.97%
R=46.10%
G=23.93%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839511900.480.350.28343.6437.9354.51
HexB75F77030231C1582637
Octal26713716706043345304667
Binary1011011110111111110111011000010001111100101011000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75F77; }

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

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

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

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

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

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

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

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