#978779

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

Shades of Almond Frost #978779

Tints of Almond Frost #978779

Color information

#978779 (or 0x978779) is unknown color: approx Almond Frost. HEX triplet: 97, 87 and 79. RGB value is (151,135,121). Sum of RGB (Red+Green+Blue) = 151+135+121=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 151 - color contains mainly: red. Hex color #978779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978779 is #687886. Grayscale: #8A8A8A. Windows color (decimal): -6846599 or 7964567. OLE color: 7964567.

HSL color Cylindrical-coordinate representation of color #978779: hue angle of 28º 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 #978779 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB151135121-
CMYK00.110.200.41
HSL28º12.61%53.33%-
HSV(B)28º19.87%59.22%-
XYZ24.8825.2921.66-
YUV138.19118.3137.14-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.10%
GREEN value IS 135 (53.12% from 255) = 33.17%
BLUE value IS 121 (47.66% from 255) = 29.73%
R=37.10%
G=33.17%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113512100.110.200.412812.6153.33
Hex9787790B14291cd35
Octal2272071710132451341565
Binary100101111000011111110010101110100101001111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978779; }

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

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

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

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

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

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

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

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