#B7776A

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

Shades of Contessa #B7776A

Tints of Contessa #B7776A

Color information

#B7776A (or 0xB7776A) is unknown color: approx Contessa. HEX triplet: B7, 77 and 6A. RGB value is (183,119,106). Sum of RGB (Red+Green+Blue) = 183+119+106=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B7776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7776A is #488895. Grayscale: #888888. Windows color (decimal): -4753558 or 6977463. OLE color: 6977463.

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

Color convert

RGB183119106-
CMYK00.350.420.28
HSL10.13º34.84%56.67%-
HSV(B)10.13º42.08%71.76%-
XYZ28.7324.316.81-
YUV136.65110.7161.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 119 (46.88% from 255) = 29.17%
BLUE value IS 106 (41.80% from 255) = 25.98%
R=44.85%
G=29.17%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311910600.350.420.2810.1334.8456.67
HexB7776A0232A1Ca2339
Octal2671671520435234124371
Binary10110111111011111010100100011101010111001010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7776A; }

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

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

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

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

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

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

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

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