#A75F76

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

Shades of Turkish Rose #A75F76

Tints of Turkish Rose #A75F76

Color information

#A75F76 (or 0xA75F76) is unknown color: approx Turkish Rose. HEX triplet: A7, 5F and 76. RGB value is (167,95,118). Sum of RGB (Red+Green+Blue) = 167+95+118=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75F76 is #58A089. Grayscale: #777777. Windows color (decimal): -5808266 or 7757735. OLE color: 7757735.

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

Color convert

RGB16795118-
CMYK00.430.290.35
HSL340.83º29.03%51.37%-
HSV(B)340.83º43.11%65.49%-
XYZ23.317.7119.33-
YUV119.15127.35162.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.95%
GREEN value IS 95 (37.5% from 255) = 25%
BLUE value IS 118 (46.48% from 255) = 31.05%
R=43.95%
G=25%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679511800.430.290.35340.8329.0351.37
HexA75F7602B1D231551d33
Octal24713716605335435253563
Binary101001111011111111011001010111110110001110101010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75F76; }

 p { color: rgb(167,95,118); }

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

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

 a { background-color: rgb(167,95,118); }

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

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

 span { border-color: rgb(167,95,118); }

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