#977F6F

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

Shades of Almond Frost #977F6F

Tints of Almond Frost #977F6F

Color information

#977F6F (or 0x977F6F) is unknown color: approx Almond Frost. HEX triplet: 97, 7F and 6F. RGB value is (151,127,111). Sum of RGB (Red+Green+Blue) = 151+127+111=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 151 - color contains mainly: red. Hex color #977F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977F6F is #688090. Grayscale: #848484. Windows color (decimal): -6848657 or 7307159. OLE color: 7307159.

HSL color Cylindrical-coordinate representation of color #977F6F: hue angle of 24º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #977F6F is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB151127111-
CMYK00.160.260.41
HSL24º16.13%51.37%-
HSV(B)24º26.49%59.22%-
XYZ23.2222.9118.24-
YUV132.35115.95141.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.82%
GREEN value IS 127 (50% from 255) = 32.65%
BLUE value IS 111 (43.75% from 255) = 28.53%
R=38.82%
G=32.65%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112711100.160.260.412416.1351.37
Hex977F6F0101A29181033
Octal2271771570203251302063
Binary1001011111111111101111010000110101010011100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977F6F; }

 p { color: rgb(151,127,111); }

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

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

 a { background-color: rgb(151,127,111); }

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

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

 span { border-color: rgb(151,127,111); }

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