Html Css Color HEX #B7777D Tapestry

📋 copy color: '#B7777D'

red 183 ◦ green 119 ◦ blue 125

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

Shades of Tapestry #B7777D

Tints of Tapestry #B7777D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.27%

R = 42.86%
G = 27.87%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7777D (or 0xB7777D) is known color: Tapestry. HEX triplet: B7, 77 and 7D. RGB value is (183,119,125). Sum of RGB (Red+Green+Blue) = 183+119+125=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B7777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7777D is #488882. Grayscale: #8A8A8A. Windows color (decimal): -4753539 or 8222647. OLE color: 8222647.

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

Color convert

RGB 183 119 125 -
CMYK 0 0.35 0.32 0.28
HSL 354.38º 0.31% 0.59% -
HSV(B) 354.38º 0.35% 0.72% -
XYZ 29.83 24.74 22.61 -
YUV 138.82 120.2 159.51 -
System Red Green Blue C M Y K H S L
Decimal 183 119 125 0 0.35 0.32 0.28 354.38 0.31 0.59
Hex B7 77 7D 0 23 20 1C 162 1F 3B
Octal 267 167 175 0 43 40 34 542 37 73
Binary 10110111 1110111 1111101 0 100011 100000 11100 101100010 11111 111011

Color Harmonies of #B7777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7777D

Black with #B7777D

Text Example


Text Example

White with #B7777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7777D; }

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

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

background-color css

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

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

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

border-color css

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

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

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