#B77A67

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

Shades of Contessa #B77A67

Tints of Contessa #B77A67

Color information

#B77A67 (or 0xB77A67) is unknown color: approx Contessa. HEX triplet: B7, 7A and 67. RGB value is (183,122,103). Sum of RGB (Red+Green+Blue) = 183+122+103=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77A67 is #488598. Grayscale: #8A8A8A. Windows color (decimal): -4752793 or 6781623. OLE color: 6781623.

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

Color convert

RGB183122103-
CMYK00.330.440.28
HSL14.25º35.71%56.08%-
HSV(B)14.25º43.72%71.76%-
XYZ28.9424.9716.13-
YUV138.07108.21160.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 122 (48.05% from 255) = 29.90%
BLUE value IS 103 (40.62% from 255) = 25.25%
R=44.85%
G=29.90%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312210300.330.440.2814.2535.7156.08
HexB77A670212C1Ce2438
Octal2671721470415434164470
Binary10110111111101011001110100001101100111001110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A67; }

 p { color: rgb(183,122,103); }

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

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

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

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

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

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

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