#B77675

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

Shades of Contessa #B77675

Tints of Contessa #B77675

Color information

#B77675 (or 0xB77675) is unknown color: approx Contessa. HEX triplet: B7, 76 and 75. RGB value is (183,118,117). Sum of RGB (Red+Green+Blue) = 183+118+117=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B77675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77675 is #48898A. Grayscale: #898989. Windows color (decimal): -4753803 or 7698103. OLE color: 7698103.

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

Color convert

RGB183118117-
CMYK00.360.360.28
HSL0.91º31.43%58.82%-
HSV(B)0.91º36.07%71.76%-
XYZ29.2224.3119.98-
YUV137.32116.53160.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 118 (46.48% from 255) = 28.23%
BLUE value IS 117 (46.09% from 255) = 27.99%
R=43.78%
G=28.23%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311811700.360.360.280.9131.4358.82
HexB77675024241C11f3b
Octal267166165044443413773
Binary1011011111101101110101010010010010011100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77675; }

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

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

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

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

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

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

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

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