#B79878

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

Shades of Pale Taupe #B79878

Tints of Pale Taupe #B79878

Color information

#B79878 (or 0xB79878) is unknown color: approx Pale Taupe. HEX triplet: B7, 98 and 78. RGB value is (183,152,120). Sum of RGB (Red+Green+Blue) = 183+152+120=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B79878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79878 is #486787. Grayscale: #9D9D9D. Windows color (decimal): -4745096 or 7903415. OLE color: 7903415.

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

Color convert

RGB183152120-
CMYK00.170.340.28
HSL30.48º30.43%59.41%-
HSV(B)30.48º34.43%71.76%-
XYZ34.1533.8822.51-
YUV157.62106.77146.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.22%
GREEN value IS 152 (59.77% from 255) = 33.41%
BLUE value IS 120 (47.27% from 255) = 26.37%
R=40.22%
G=33.41%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315212000.170.340.2830.4830.4359.41
HexB79878011221C1e1e3b
Octal2672301700214234363673
Binary10110111100110001111000010001100010111001111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79878; }

 p { color: rgb(183,152,120); }

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

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

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

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

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

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

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