#A7777A

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

Shades of Turkish Rose #A7777A

Tints of Turkish Rose #A7777A

Color information

#A7777A (or 0xA7777A) is unknown color: approx Turkish Rose. HEX triplet: A7, 77 and 7A. RGB value is (167,119,122). Sum of RGB (Red+Green+Blue) = 167+119+122=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A7777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7777A is #588885. Grayscale: #858585. Windows color (decimal): -5802118 or 8026023. OLE color: 8026023.

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

Color convert

RGB167119122-
CMYK00.290.270.35
HSL356.25º21.43%56.08%-
HSV(B)356.25º28.74%65.49%-
XYZ26.0522.8121.44-
YUV133.69121.4151.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.93%
GREEN value IS 119 (46.88% from 255) = 29.17%
BLUE value IS 122 (48.05% from 255) = 29.90%
R=40.93%
G=29.17%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711912200.290.270.35356.2521.4356.08
HexA7777A01D1B231641538
Octal24716717203533435442570
Binary10100111111011111110100111011101110001110110010010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7777A; }

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

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

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

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

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

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

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

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