#B79978

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

Shades of Pale Taupe #B79978

Tints of Pale Taupe #B79978

Color information

#B79978 (or 0xB79978) is unknown color: approx Pale Taupe. HEX triplet: B7, 99 and 78. RGB value is (183,153,120). Sum of RGB (Red+Green+Blue) = 183+153+120=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B79978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79978 is #486687. Grayscale: #9E9E9E. Windows color (decimal): -4744840 or 7903671. OLE color: 7903671.

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

Color convert

RGB183153120-
CMYK00.160.340.28
HSL31.43º30.43%59.41%-
HSV(B)31.43º34.43%71.76%-
XYZ34.3134.2122.56-
YUV158.21106.44145.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.13%
GREEN value IS 153 (60.16% from 255) = 33.55%
BLUE value IS 120 (47.27% from 255) = 26.32%
R=40.13%
G=33.55%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315312000.160.340.2831.4330.4359.41
HexB79978010221C1f1e3b
Octal2672311700204234373673
Binary10110111100110011111000010000100010111001111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79978; }

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

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

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

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

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

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

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

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