#9A7765

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

Shades of Toast #9A7765

Tints of Toast #9A7765

Color information

#9A7765 (or 0x9A7765) is unknown color: approx Toast. HEX triplet: 9A, 77 and 65. RGB value is (154,119,101). Sum of RGB (Red+Green+Blue) = 154+119+101=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7765 is #65889A. Grayscale: #7F7F7F. Windows color (decimal): -6654107 or 6649754. OLE color: 6649754.

HSL color Cylindrical-coordinate representation of color #9A7765: hue angle of 20.38º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A7765 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB154119101-
CMYK00.230.340.40
HSL20.38º20.78%50%-
HSV(B)20.38º34.42%60.39%-
XYZ22.272115.19-
YUV127.41113.1146.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.18%
GREEN value IS 119 (46.88% from 255) = 31.82%
BLUE value IS 101 (39.84% from 255) = 27.01%
R=41.18%
G=31.82%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411910100.230.340.4020.3820.7850
Hex9A77650172228141532
Octal2321671450274250242562
Binary10011010111011111001010101111000101010001010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,119,101); }

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

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

 a { background-color: rgb(154,119,101); }

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

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

 span { border-color: rgb(154,119,101); }

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