#B79778

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

Shades of Pale Taupe #B79778

Tints of Pale Taupe #B79778

Color information

#B79778 (or 0xB79778) is unknown color: approx Pale Taupe. HEX triplet: B7, 97 and 78. RGB value is (183,151,120). Sum of RGB (Red+Green+Blue) = 183+151+120=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B79778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79778 is #486887. Grayscale: #9D9D9D. Windows color (decimal): -4745352 or 7903159. OLE color: 7903159.

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

Color convert

RGB183151120-
CMYK00.170.340.28
HSL29.52º30.43%59.41%-
HSV(B)29.52º34.43%71.76%-
XYZ33.9933.5622.46-
YUV157.03107.1146.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.31%
GREEN value IS 151 (59.38% from 255) = 33.26%
BLUE value IS 120 (47.27% from 255) = 26.43%
R=40.31%
G=33.26%
B=26.43%

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
Decimal18315112000.170.340.2829.5230.4359.41
HexB79778011221C1e1e3b
Octal2672271700214234363673
Binary10110111100101111111000010001100010111001111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79778; }

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

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

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

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

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

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

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

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