Html Css Color HEX #B7777F Tapestry

📋 copy color: '#B7777F'

red 183 ◦ green 119 ◦ blue 127

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

Shades of Tapestry #B7777F

Tints of Tapestry #B7777F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.6%

R = 42.66%
G = 27.74%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7777F (or 0xB7777F) is known color: Tapestry. HEX triplet: B7, 77 and 7F. RGB value is (183,119,127). Sum of RGB (Red+Green+Blue) = 183+119+127=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B7777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7777F is #488880. Grayscale: #8B8B8B. Windows color (decimal): -4753537 or 8353719. OLE color: 8353719.

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

Color convert

RGB 183 119 127 -
CMYK 0 0.35 0.31 0.28
HSL 352.5º 0.31% 0.59% -
HSV(B) 352.5º 0.35% 0.72% -
XYZ 29.96 24.79 23.29 -
YUV 139.05 121.2 159.35 -
System Red Green Blue C M Y K H S L
Decimal 183 119 127 0 0.35 0.31 0.28 352.5 0.31 0.59
Hex B7 77 7F 0 23 1F 1C 160 1F 3B
Octal 267 167 177 0 43 37 34 540 37 73
Binary 10110111 1110111 1111111 0 100011 11111 11100 101100000 11111 111011

Color Harmonies of #B7777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7777F

Black with #B7777F

Text Example


Text Example

White with #B7777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7777F; }

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

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

background-color css

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

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

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

border-color css

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

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

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