#978A7D

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

Shades of Almond Frost #978A7D

Tints of Almond Frost #978A7D

Color information

#978A7D (or 0x978A7D) is unknown color: approx Almond Frost. HEX triplet: 97, 8A and 7D. RGB value is (151,138,125). Sum of RGB (Red+Green+Blue) = 151+138+125=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 151 - color contains mainly: red. Hex color #978A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978A7D is #687582. Grayscale: #8C8C8C. Windows color (decimal): -6845827 or 8227479. OLE color: 8227479.

HSL color Cylindrical-coordinate representation of color #978A7D: hue angle of 30º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #978A7D is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB151138125-
CMYK00.090.170.41
HSL30º11.11%54.12%-
HSV(B)30º17.22%59.22%-
XYZ25.5526.2423.12-
YUV140.4119.31135.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.47%
GREEN value IS 138 (54.30% from 255) = 33.33%
BLUE value IS 125 (49.22% from 255) = 30.19%
R=36.47%
G=33.33%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113812500.090.170.413011.1154.12
Hex978A7D0911291eb36
Octal2272121750112151361366
Binary100101111000101011111010100110001101001111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978A7D; }

 p { color: rgb(151,138,125); }

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

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

 a { background-color: rgb(151,138,125); }

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

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

 span { border-color: rgb(151,138,125); }

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