#B79D9D

Color #B79D9D Dusty Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dusty Grey #B79D9D

Tints of Dusty Grey #B79D9D

Color information

#B79D9D (or 0xB79D9D) is unknown color: approx Dusty Grey. HEX triplet: B7, 9D and 9D. RGB value is (183,157,157). Sum of RGB (Red+Green+Blue) = 183+157+157=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79D9D is #486262. Grayscale: #A4A4A4. Windows color (decimal): -4743779 or 10329527. OLE color: 10329527.

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

Color convert

RGB183157157-
CMYK00.140.140.28
HSL15.29%66.67%-
HSV(B)14.21%71.76%-
XYZ37.6736.6236.98-
YUV164.77123.61141-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.82%
GREEN value IS 157 (61.72% from 255) = 31.59%
BLUE value IS 157 (61.72% from 255) = 31.59%
R=36.82%
G=31.59%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315715700.140.140.28015.2966.67
HexB79D9D0EE1C0f43
Octal2672352350161634017103
Binary10110111100111011001110101110111011100011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79D9D; }

 p { color: rgb(183,157,157); }

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

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

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

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

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

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

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