Html Css Color HEX #B77781 Tapestry

📋 copy color: '#B77781'

red 183 ◦ green 119 ◦ blue 129

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

Shades of Tapestry #B77781

Tints of Tapestry #B77781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.93%

R = 42.46%
G = 27.61%
B = 29.93%

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

#B77781 (or 0xB77781) is known color: Tapestry. HEX triplet: B7, 77 and 81. RGB value is (183,119,129). Sum of RGB (Red+Green+Blue) = 183+119+129=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B77781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77781 is #48887E. Grayscale: #8B8B8B. Windows color (decimal): -4753535 or 8484791. OLE color: 8484791.

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

Color convert

RGB 183 119 129 -
CMYK 0 0.35 0.30 0.28
HSL 350.63º 0.31% 0.59% -
HSV(B) 350.63º 0.35% 0.72% -
XYZ 30.09 24.85 23.98 -
YUV 139.28 122.2 159.19 -
System Red Green Blue C M Y K H S L
Decimal 183 119 129 0 0.35 0.30 0.28 350.63 0.31 0.59
Hex B7 77 81 0 23 1E 1C 15F 1F 3B
Octal 267 167 201 0 43 36 34 537 37 73
Binary 10110111 1110111 10000001 0 100011 11110 11100 101011111 11111 111011

Color Harmonies of #B77781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77781

Black with #B77781

Text Example


Text Example

White with #B77781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77781; }

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

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

background-color css

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

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

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

border-color css

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

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

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