#A7777F

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

Shades of Turkish Rose #A7777F

Tints of Turkish Rose #A7777F

Color information

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

HSL color Cylindrical-coordinate representation of color #A7777F: hue angle of 350º 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 #A7777F is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB167119127-
CMYK00.290.240.35
HSL350º21.43%56.08%-
HSV(B)350º28.74%65.49%-
XYZ26.3622.9423.12-
YUV134.26123.9151.35-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711912700.290.240.3535021.4356.08
HexA7777F01D182315e1538
Octal24716717703530435362570
Binary10100111111011111111110111011100010001110101111010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7777F; }

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

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

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

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

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

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

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

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