#A7756B

Color #A7756B Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #A7756B

Tints of Coral Tree #A7756B

Color information

#A7756B (or 0xA7756B) is unknown color: approx Coral Tree. HEX triplet: A7, 75 and 6B. RGB value is (167,117,107). Sum of RGB (Red+Green+Blue) = 167+117+107=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A7756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7756B is #588A94. Grayscale: #828282. Windows color (decimal): -5802645 or 7042471. OLE color: 7042471.

HSL color Cylindrical-coordinate representation of color #A7756B: hue angle of 10º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A7756B is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB167117107-
CMYK00.300.360.35
HSL10º25.42%53.73%-
HSV(B)10º35.93%65.49%-
XYZ24.952216.84-
YUV130.81114.56153.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.71%
GREEN value IS 117 (46.09% from 255) = 29.92%
BLUE value IS 107 (42.19% from 255) = 27.37%
R=42.71%
G=29.92%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711710700.300.360.351025.4253.73
HexA7756B01E2423a1936
Octal2471651530364443123166
Binary1010011111101011101011011110100100100011101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7756B; }

 p { color: rgb(167,117,107); }

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

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

 a { background-color: rgb(167,117,107); }

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

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

 span { border-color: rgb(167,117,107); }

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