#B7776D

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

Shades of Contessa #B7776D

Tints of Contessa #B7776D

Color information

#B7776D (or 0xB7776D) is unknown color: approx Contessa. HEX triplet: B7, 77 and 6D. RGB value is (183,119,109). Sum of RGB (Red+Green+Blue) = 183+119+109=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B7776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7776D is #488892. Grayscale: #898989. Windows color (decimal): -4753555 or 7174071. OLE color: 7174071.

HSL color Cylindrical-coordinate representation of color #B7776D: hue angle of 8.11º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7776D is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB183119109-
CMYK00.350.400.28
HSL8.11º33.94%57.25%-
HSV(B)8.11º40.44%71.76%-
XYZ28.8924.3717.65-
YUV137112.2160.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 119 (46.88% from 255) = 28.95%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=44.53%
G=28.95%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311910900.350.400.288.1133.9457.25
HexB7776D023281C82239
Octal2671671550435034104271
Binary10110111111011111011010100011101000111001000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7776D; }

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

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

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

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

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

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

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

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