#978379

Color #978379 Almond Frost (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Almond Frost #978379

Tints of Almond Frost #978379

Color information

#978379 (or 0x978379) is unknown color: approx Almond Frost. HEX triplet: 97, 83 and 79. RGB value is (151,131,121). Sum of RGB (Red+Green+Blue) = 151+131+121=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 151 - color contains mainly: red. Hex color #978379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978379 is #687C86. Grayscale: #878787. Windows color (decimal): -6847623 or 7963543. OLE color: 7963543.

HSL color Cylindrical-coordinate representation of color #978379: hue angle of 20º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #978379 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB151131121-
CMYK00.130.200.41
HSL20º12.61%53.33%-
HSV(B)20º19.87%59.22%-
XYZ24.3324.1921.48-
YUV135.84119.63138.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.47%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 121 (47.66% from 255) = 30.02%
R=37.47%
G=32.51%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113112100.130.200.412012.6153.33
Hex9783790D142914d35
Octal2272031710152451241565
Binary100101111000001111110010110110100101001101001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978379; }

 p { color: rgb(151,131,121); }

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

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

 a { background-color: rgb(151,131,121); }

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

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

 span { border-color: rgb(151,131,121); }

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