#B7776F

Color #B7776F Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #B7776F

Tints of Contessa #B7776F

Color information

#B7776F (or 0xB7776F) is unknown color: approx Contessa. HEX triplet: B7, 77 and 6F. RGB value is (183,119,111). Sum of RGB (Red+Green+Blue) = 183+119+111=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B7776F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7776F is #488890. Grayscale: #898989. Windows color (decimal): -4753553 or 7305143. OLE color: 7305143.

HSL color Cylindrical-coordinate representation of color #B7776F: hue angle of 6.67º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7776F is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB183119111-
CMYK00.350.390.28
HSL6.67º33.33%57.65%-
HSV(B)6.67º39.34%71.76%-
XYZ28.9924.4118.22-
YUV137.22113.2160.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.31%
GREEN value IS 119 (46.88% from 255) = 28.81%
BLUE value IS 111 (43.75% from 255) = 26.88%
R=44.31%
G=28.81%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311911100.350.390.286.6733.3357.65
HexB7776F023271C7213a
Octal267167157043473474172
Binary1011011111101111101111010001110011111100111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7776F; }

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

 H1.HeaderClassName
 {
   color: #B7776F;
 }
 .AnyTagClassName
 {
   color: #B7776F;
 }
</style>
background-color css

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

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

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

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

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

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