Html Css Color HEX #9B8780 Almond Frost

📋 copy color: '#9B8780'

red 155 ◦ green 135 ◦ blue 128

#9B8780
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Almond Frost #9B8780

Tints of Almond Frost #9B8780

RGB

 RED value IS 155 (60.94% from 255) = 37.08%

 GREEN value IS 135 (53.13% from 255) = 32.3%

 BLUE value IS 128 (50.39% from 255) = 30.62%

R = 37.08%
G = 32.3%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9B8780 (or 0x9B8780) is known color: Almond Frost. HEX triplet: 9B, 87 and 80. RGB value is (155,135,128). Sum of RGB (Red+Green+Blue) = 155+135+128=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8780 is #64787F. Grayscale: #8C8C8C. Windows color (decimal): -6584448 or 8423323. OLE color: 8423323.

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

Color convert

RGB 155 135 128 -
CMYK 0 0.13 0.17 0.39
HSL 15.56º 0.12% 0.55% -
HSV(B) 15.56º 0.17% 0.61% -
XYZ 26.08 25.86 24.04 -
YUV 140.18 121.13 138.57 -
System Red Green Blue C M Y K H S L
Decimal 155 135 128 0 0.13 0.17 0.39 15.56 0.12 0.55
Hex 9B 87 80 0 D 11 27 10 C 37
Octal 233 207 200 0 15 21 47 20 14 67
Binary 10011011 10000111 10000000 0 1101 10001 100111 10000 1100 110111

Color Harmonies of #9B8780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8780

Black with #9B8780

Text Example


Text Example

White with #9B8780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B8780;
 }
 .AnyTagClassName
 {
   color: #9B8780;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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