#B7756E

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

Shades of Contessa #B7756E

Tints of Contessa #B7756E

Color information

#B7756E (or 0xB7756E) is unknown color: approx Contessa. HEX triplet: B7, 75 and 6E. RGB value is (183,117,110). Sum of RGB (Red+Green+Blue) = 183+117+110=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B7756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7756E is #488A91. Grayscale: #888888. Windows color (decimal): -4754066 or 7239095. OLE color: 7239095.

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

Color convert

RGB183117110-
CMYK00.360.400.28
HSL5.75º33.64%57.45%-
HSV(B)5.75º39.89%71.76%-
XYZ28.723.9217.86-
YUV135.94113.37161.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.63%
GREEN value IS 117 (46.09% from 255) = 28.54%
BLUE value IS 110 (43.36% from 255) = 26.83%
R=44.63%
G=28.54%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311711000.360.400.285.7533.6457.45
HexB7756E024281C62239
Octal267165156044503464271
Binary1011011111101011101110010010010100011100110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7756E; }

 p { color: rgb(183,117,110); }

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

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

 a { background-color: rgb(183,117,110); }

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

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

 span { border-color: rgb(183,117,110); }

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