#B77794

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

Shades of Tapestry #B77794

Tints of Tapestry #B77794

Color information

#B77794 (or 0xB77794) is unknown color: approx Tapestry. HEX triplet: B7, 77 and 94. RGB value is (183,119,148). Sum of RGB (Red+Green+Blue) = 183+119+148=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B77794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77794 is #48886B. Grayscale: #8D8D8D. Windows color (decimal): -4753516 or 9729975. OLE color: 9729975.

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

Color convert

RGB183119148-
CMYK00.350.190.28
HSL332.81º30.77%59.22%-
HSV(B)332.81º34.97%71.76%-
XYZ31.4725.431.26-
YUV141.44131.7157.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.67%
GREEN value IS 119 (46.88% from 255) = 26.44%
BLUE value IS 148 (58.20% from 255) = 32.89%
R=40.67%
G=26.44%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311914800.350.190.28332.8130.7759.22
HexB77794023131C14d1f3b
Octal26716722404323345153773
Binary101101111110111100101000100011100111110010100110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77794; }

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

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

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

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

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

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

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

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