#978878

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

Shades of Almond Frost #978878

Tints of Almond Frost #978878

Color information

#978878 (or 0x978878) is unknown color: approx Almond Frost. HEX triplet: 97, 88 and 78. RGB value is (151,136,120). Sum of RGB (Red+Green+Blue) = 151+136+120=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 151 - color contains mainly: red. Hex color #978878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978878 is #687787. Grayscale: #8A8A8A. Windows color (decimal): -6846344 or 7899287. OLE color: 7899287.

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

Color convert

RGB151136120-
CMYK00.100.210.41
HSL30.97º12.97%53.14%-
HSV(B)30.97º20.53%59.22%-
XYZ24.9625.5421.38-
YUV138.66117.47136.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.10%
GREEN value IS 136 (53.52% from 255) = 33.42%
BLUE value IS 120 (47.27% from 255) = 29.48%
R=37.10%
G=33.42%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113612000.100.210.4130.9712.9753.14
Hex9788780A15291fd35
Octal2272101700122551371565
Binary100101111000100011110000101010101101001111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978878; }

 p { color: rgb(151,136,120); }

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

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

 a { background-color: rgb(151,136,120); }

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

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

 span { border-color: rgb(151,136,120); }

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