Html Css Color HEX #B77780 Tapestry

📋 copy color: '#B77780'

red 183 ◦ green 119 ◦ blue 128

#B77780
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #B77780

Tints of Tapestry #B77780

RGB

 RED value IS 183 (71.88% from 255) = 42.56%

 GREEN value IS 119 (46.88% from 255) = 27.67%

 BLUE value IS 128 (50.39% from 255) = 29.77%

R = 42.56%
G = 27.67%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B77780 (or 0xB77780) is known color: Tapestry. HEX triplet: B7, 77 and 80. RGB value is (183,119,128). Sum of RGB (Red+Green+Blue) = 183+119+128=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B77780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77780 is #48887F. Grayscale: #8B8B8B. Windows color (decimal): -4753536 or 8419255. OLE color: 8419255.

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

Color convert

RGB 183 119 128 -
CMYK 0 0.35 0.30 0.28
HSL 351.56º 0.31% 0.59% -
HSV(B) 351.56º 0.35% 0.72% -
XYZ 30.02 24.82 23.63 -
YUV 139.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 183 119 128 0 0.35 0.30 0.28 351.56 0.31 0.59
Hex B7 77 80 0 23 1E 1C 160 1F 3B
Octal 267 167 200 0 43 36 34 540 37 73
Binary 10110111 1110111 10000000 0 100011 11110 11100 101100000 11111 111011

Color Harmonies of #B77780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77780

Black with #B77780

Text Example


Text Example

White with #B77780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77780; }

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

 H1.HeaderClassName
 {
   color: #B77780;
 }
 .AnyTagClassName
 {
   color: #B77780;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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