Html Css Color HEX #A76D7A Turkish Rose

📋 copy color: '#A76D7A'

red 167 ◦ green 109 ◦ blue 122

#A76D7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #A76D7A

Tints of Turkish Rose #A76D7A

RGB

 RED value IS 167 (65.63% from 255) = 41.96%

 GREEN value IS 109 (42.97% from 255) = 27.39%

 BLUE value IS 122 (48.05% from 255) = 30.65%

R = 41.96%
G = 27.39%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A76D7A (or 0xA76D7A) is known color: Turkish Rose. HEX triplet: A7, 6D and 7A. RGB value is (167,109,122). Sum of RGB (Red+Green+Blue) = 167+109+122=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76D7A is #589285. Grayscale: #7F7F7F. Windows color (decimal): -5804678 or 8023463. OLE color: 8023463.

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

Color convert

RGB 167 109 122 -
CMYK 0 0.35 0.27 0.35
HSL 346.55º 0.25% 0.54% -
HSV(B) 346.55º 0.35% 0.65% -
XYZ 24.92 20.56 21.07 -
YUV 127.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 167 109 122 0 0.35 0.27 0.35 346.55 0.25 0.54
Hex A7 6D 7A 0 23 1B 23 15B 19 36
Octal 247 155 172 0 43 33 43 533 31 66
Binary 10100111 1101101 1111010 0 100011 11011 100011 101011011 11001 110110

Color Harmonies of #A76D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76D7A

Black with #A76D7A

Text Example


Text Example

White with #A76D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76D7A; }

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

 H1.HeaderClassName
 {
   color: #A76D7A;
 }
 .AnyTagClassName
 {
   color: #A76D7A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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