#B7756F

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

Shades of Contessa #B7756F

Tints of Contessa #B7756F

Color information

#B7756F (or 0xB7756F) is unknown color: approx Contessa. HEX triplet: B7, 75 and 6F. RGB value is (183,117,111). Sum of RGB (Red+Green+Blue) = 183+117+111=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B7756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7756F is #488A90. Grayscale: #888888. Windows color (decimal): -4754065 or 7304631. OLE color: 7304631.

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

Color convert

RGB183117111-
CMYK00.360.390.28
HSL33.33%57.65%-
HSV(B)39.34%71.76%-
XYZ28.7623.9418.14-
YUV136.05113.87161.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 117 (46.09% from 255) = 28.47%
BLUE value IS 111 (43.75% from 255) = 27.01%
R=44.53%
G=28.47%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311711100.360.390.28533.3357.65
HexB7756F024271C5213a
Octal267165157044473454172
Binary1011011111101011101111010010010011111100101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7756F; }

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

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

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

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

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

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

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

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