#978475

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

Shades of Almond Frost #978475

Tints of Almond Frost #978475

Color information

#978475 (or 0x978475) is unknown color: approx Almond Frost. HEX triplet: 97, 84 and 75. RGB value is (151,132,117). Sum of RGB (Red+Green+Blue) = 151+132+117=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 151 - color contains mainly: red. Hex color #978475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978475 is #687B8A. Grayscale: #888888. Windows color (decimal): -6847371 or 7701655. OLE color: 7701655.

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

Color convert

RGB151132117-
CMYK00.130.230.41
HSL26.47º14.05%52.55%-
HSV(B)26.47º22.52%59.22%-
XYZ24.2224.3720.26-
YUV135.97117.29138.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.75%
GREEN value IS 132 (51.95% from 255) = 33%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=37.75%
G=33%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113211700.130.230.4126.4714.0552.55
Hex9784750D17291ae35
Octal2272041650152751321665
Binary100101111000010011101010110110111101001110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978475; }

 p { color: rgb(151,132,117); }

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

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

 a { background-color: rgb(151,132,117); }

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

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

 span { border-color: rgb(151,132,117); }

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