Html Css Color HEX #B77C7F Tapestry

📋 copy color: '#B77C7F'

red 183 ◦ green 124 ◦ blue 127

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

Shades of Tapestry #B77C7F

Tints of Tapestry #B77C7F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.57%

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

R = 42.17%
G = 28.57%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B77C7F (or 0xB77C7F) is known color: Tapestry. HEX triplet: B7, 7C and 7F. RGB value is (183,124,127). Sum of RGB (Red+Green+Blue) = 183+124+127=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77C7F is #488380. Grayscale: #8E8E8E. Windows color (decimal): -4752257 or 8354999. OLE color: 8354999.

HSL color Cylindrical-coordinate representation of color #B77C7F: hue angle of 356.95º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B77C7F is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 124 127 -
CMYK 0 0.32 0.31 0.28
HSL 356.95º 0.29% 0.6% -
HSV(B) 356.95º 0.32% 0.72% -
XYZ 30.57 26.01 23.49 -
YUV 141.98 119.55 157.26 -
System Red Green Blue C M Y K H S L
Decimal 183 124 127 0 0.32 0.31 0.28 356.95 0.29 0.6
Hex B7 7C 7F 0 20 1F 1C 165 1D 3C
Octal 267 174 177 0 40 37 34 545 35 74
Binary 10110111 1111100 1111111 0 100000 11111 11100 101100101 11101 111100

Color Harmonies of #B77C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77C7F

Black with #B77C7F

Text Example


Text Example

White with #B77C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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