#9B8778

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

Shades of Almond Frost #9B8778

Tints of Almond Frost #9B8778

Color information

#9B8778 (or 0x9B8778) is unknown color: approx Almond Frost. HEX triplet: 9B, 87 and 78. RGB value is (155,135,120). Sum of RGB (Red+Green+Blue) = 155+135+120=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8778 is #647887. Grayscale: #8B8B8B. Windows color (decimal): -6584456 or 7899035. OLE color: 7899035.

HSL color Cylindrical-coordinate representation of color #9B8778: hue angle of 25.71º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B8778 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB155135120-
CMYK00.130.230.39
HSL25.71º14.89%53.92%-
HSV(B)25.71º22.58%60.78%-
XYZ25.5725.6521.37-
YUV139.27117.13139.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.80%
GREEN value IS 135 (53.12% from 255) = 32.93%
BLUE value IS 120 (47.27% from 255) = 29.27%
R=37.80%
G=32.93%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513512000.130.230.3925.7114.8953.92
Hex9B87780D17271af36
Octal2332071700152747321766
Binary100110111000011111110000110110111100111110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B8778; }

 p { color: rgb(155,135,120); }

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

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

 a { background-color: rgb(155,135,120); }

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

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

 span { border-color: rgb(155,135,120); }

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