#948780

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

Shades of Almond Frost #948780

Tints of Almond Frost #948780

Color information

#948780 (or 0x948780) is unknown color: approx Almond Frost. HEX triplet: 94, 87 and 80. RGB value is (148,135,128). Sum of RGB (Red+Green+Blue) = 148+135+128=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 148 - color contains mainly: red. Hex color #948780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948780 is #6B787F. Grayscale: #8A8A8A. Windows color (decimal): -7043200 or 8423316. OLE color: 8423316.

HSL color Cylindrical-coordinate representation of color #948780: hue angle of 21º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #948780 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB148135128-
CMYK00.090.140.42
HSL21º8.55%54.12%-
HSV(B)21º13.51%58.04%-
XYZ24.7725.1823.98-
YUV138.09122.31135.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.01%
GREEN value IS 135 (53.12% from 255) = 32.85%
BLUE value IS 128 (50.39% from 255) = 31.14%
R=36.01%
G=32.85%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813512800.090.140.42218.5554.12
Hex94878009E2A15936
Octal2242072000111652251166
Binary100101001000011110000000010011110101010101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948780; }

 p { color: rgb(148,135,128); }

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

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

 a { background-color: rgb(148,135,128); }

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

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

 span { border-color: rgb(148,135,128); }

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