#B7756A

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

Shades of Contessa #B7756A

Tints of Contessa #B7756A

Color information

#B7756A (or 0xB7756A) is unknown color: approx Contessa. HEX triplet: B7, 75 and 6A. RGB value is (183,117,106). Sum of RGB (Red+Green+Blue) = 183+117+106=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7756A is #488A95. Grayscale: #878787. Windows color (decimal): -4754070 or 6976951. OLE color: 6976951.

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

Color convert

RGB183117106-
CMYK00.360.420.28
HSL8.57º34.84%56.67%-
HSV(B)8.57º42.08%71.76%-
XYZ28.4923.8316.73-
YUV135.48111.37161.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 106 (41.80% from 255) = 26.11%
R=45.07%
G=28.82%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311710600.360.420.288.5734.8456.67
HexB7756A0242A1C92339
Octal2671651520445234114371
Binary10110111111010111010100100100101010111001001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7756A; }

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

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

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

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

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

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

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

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