#B79678

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

Shades of Pale Taupe #B79678

Tints of Pale Taupe #B79678

Color information

#B79678 (or 0xB79678) is unknown color: approx Pale Taupe. HEX triplet: B7, 96 and 78. RGB value is (183,150,120). Sum of RGB (Red+Green+Blue) = 183+150+120=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 183 - color contains mainly: red. Hex color #B79678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79678 is #486987. Grayscale: #9C9C9C. Windows color (decimal): -4745608 or 7902903. OLE color: 7902903.

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

Color convert

RGB183150120-
CMYK00.180.340.28
HSL28.57º30.43%59.41%-
HSV(B)28.57º34.43%71.76%-
XYZ33.8233.2422.4-
YUV156.45107.43146.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.40%
GREEN value IS 150 (58.98% from 255) = 33.11%
BLUE value IS 120 (47.27% from 255) = 26.49%
R=40.40%
G=33.11%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315012000.180.340.2828.5730.4359.41
HexB79678012221C1d1e3b
Octal2672261700224234353673
Binary10110111100101101111000010010100010111001110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79678; }

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

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

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

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

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

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

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

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