#B79F9F

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

Shades of Dusty Grey #B79F9F

Tints of Dusty Grey #B79F9F

Color information

#B79F9F (or 0xB79F9F) is unknown color: approx Dusty Grey. HEX triplet: B7, 9F and 9F. RGB value is (183,159,159). Sum of RGB (Red+Green+Blue) = 183+159+159=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 183 - color contains mainly: red. Hex color #B79F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79F9F is #486060. Grayscale: #A6A6A6. Windows color (decimal): -4743265 or 10461111. OLE color: 10461111.

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

Color convert

RGB183159159-
CMYK00.130.130.28
HSL14.29%67.06%-
HSV(B)13.11%71.76%-
XYZ38.1837.3738-
YUV166.18123.95140-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.53%
GREEN value IS 159 (62.5% from 255) = 31.74%
BLUE value IS 159 (62.5% from 255) = 31.74%
R=36.53%
G=31.74%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315915900.130.130.28014.2967.06
HexB79F9F0DD1C0e43
Octal2672372370151534016103
Binary10110111100111111001111101101110111100011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79F9F; }

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

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

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

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

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

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

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

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