#A77F77

Color #A77F77 Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #A77F77

Tints of Brandy Rose #A77F77

Color information

#A77F77 (or 0xA77F77) is unknown color: approx Brandy Rose. HEX triplet: A7, 7F and 77. RGB value is (167,127,119). Sum of RGB (Red+Green+Blue) = 167+127+119=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77F77 is #588088. Grayscale: #8A8A8A. Windows color (decimal): -5800073 or 7831463. OLE color: 7831463.

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

Color convert

RGB167127119-
CMYK00.240.290.35
HSL10º21.43%56.08%-
HSV(B)10º28.74%65.49%-
XYZ26.8624.7320.81-
YUV138.05117.25148.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 127 (50% from 255) = 30.75%
BLUE value IS 119 (46.88% from 255) = 28.81%
R=40.44%
G=30.75%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712711900.240.290.351021.4356.08
HexA77F770181D23a1538
Octal2471771670303543122570
Binary101001111111111111011101100011101100011101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F77; }

 p { color: rgb(167,127,119); }

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

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

 a { background-color: rgb(167,127,119); }

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

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

 span { border-color: rgb(167,127,119); }

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