Html Css Color HEX #B77776 Contessa

📋 copy color: '#B77776'

red 183 ◦ green 119 ◦ blue 118

#B77776
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Contessa #B77776

Tints of Contessa #B77776

RGB

 RED value IS 183 (71.88% from 255) = 43.57%

 GREEN value IS 119 (46.88% from 255) = 28.33%

 BLUE value IS 118 (46.48% from 255) = 28.1%

R = 43.57%
G = 28.33%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B77776 (or 0xB77776) is known color: Contessa. HEX triplet: B7, 77 and 76. RGB value is (183,119,118). Sum of RGB (Red+Green+Blue) = 183+119+118=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B77776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77776 is #488889. Grayscale: #8A8A8A. Windows color (decimal): -4753546 or 7763895. OLE color: 7763895.

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

Color convert

RGB 183 119 118 -
CMYK 0 0.35 0.36 0.28
HSL 0.92º 0.31% 0.59% -
HSV(B) 0.92º 0.36% 0.72% -
XYZ 29.4 24.57 20.33 -
YUV 138.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 183 119 118 0 0.35 0.36 0.28 0.92 0.31 0.59
Hex B7 77 76 0 23 24 1C 1 1F 3B
Octal 267 167 166 0 43 44 34 1 37 73
Binary 10110111 1110111 1110110 0 100011 100100 11100 1 11111 111011

Color Harmonies of #B77776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77776

Black with #B77776

Text Example


Text Example

White with #B77776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77776; }

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

 H1.HeaderClassName
 {
   color: #B77776;
 }
 .AnyTagClassName
 {
   color: #B77776;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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