#B77777

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

Shades of Contessa #B77777

Tints of Contessa #B77777

Color information

#B77777 (or 0xB77777) is unknown color: approx Contessa. HEX triplet: B7, 77 and 77. RGB value is (183,119,119). Sum of RGB (Red+Green+Blue) = 183+119+119=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B77777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77777 is #488888. Grayscale: #8A8A8A. Windows color (decimal): -4753545 or 7829431. OLE color: 7829431.

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

Color convert

RGB183119119-
CMYK00.350.350.28
HSL30.77%59.22%-
HSV(B)34.97%71.76%-
XYZ29.4624.5920.65-
YUV138.14117.2160-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 119 (46.88% from 255) = 28.27%
BLUE value IS 119 (46.88% from 255) = 28.27%
R=43.47%
G=28.27%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311911900.350.350.28030.7759.22
HexB77777023231C01f3b
Octal267167167043433403773
Binary1011011111101111110111010001110001111100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77777; }

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

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

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

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

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

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

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

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