#908780

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

Shades of Almond Frost #908780

Tints of Almond Frost #908780

Color information

#908780 (or 0x908780) is unknown color: approx Almond Frost. HEX triplet: 90, 87 and 80. RGB value is (144,135,128). Sum of RGB (Red+Green+Blue) = 144+135+128=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 144 - color contains mainly: red. Hex color #908780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908780 is #6F787F. Grayscale: #888888. Windows color (decimal): -7305344 or 8423312. OLE color: 8423312.

HSL color Cylindrical-coordinate representation of color #908780: hue angle of 26.25º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #908780 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB144135128-
CMYK00.060.110.44
HSL26.25º6.72%53.33%-
HSV(B)26.25º11.11%56.47%-
XYZ24.0624.8223.94-
YUV136.89122.98133.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.38%
GREEN value IS 135 (53.12% from 255) = 33.17%
BLUE value IS 128 (50.39% from 255) = 31.45%
R=35.38%
G=33.17%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413512800.060.110.4426.256.7253.33
Hex90878006B2C1a735
Octal22020720006135432765
Binary1001000010000111100000000110101110110011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908780; }

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

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

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

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

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

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

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

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