Html Css Color HEX #A76B79 Turkish Rose

📋 copy color: '#A76B79'

red 167 ◦ green 107 ◦ blue 121

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

Shades of Turkish Rose #A76B79

Tints of Turkish Rose #A76B79

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.09%

 BLUE value IS 121 (47.66% from 255) = 30.63%

R = 42.28%
G = 27.09%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A76B79 (or 0xA76B79) is known color: Turkish Rose. HEX triplet: A7, 6B and 79. RGB value is (167,107,121). Sum of RGB (Red+Green+Blue) = 167+107+121=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76B79 is #589486. Grayscale: #7E7E7E. Windows color (decimal): -5805191 or 7957415. OLE color: 7957415.

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

Color convert

RGB 167 107 121 -
CMYK 0 0.36 0.28 0.35
HSL 346º 0.25% 0.54% -
HSV(B) 346º 0.36% 0.65% -
XYZ 24.65 20.11 20.67 -
YUV 126.54 124.88 156.86 -
System Red Green Blue C M Y K H S L
Decimal 167 107 121 0 0.36 0.28 0.35 346 0.25 0.54
Hex A7 6B 79 0 24 1C 23 15A 19 36
Octal 247 153 171 0 44 34 43 532 31 66
Binary 10100111 1101011 1111001 0 100100 11100 100011 101011010 11001 110110

Color Harmonies of #A76B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76B79

Black with #A76B79

Text Example


Text Example

White with #A76B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76B79; }

 p { color: rgb(167,107,121); }

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

background-color css

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

 a { background-color: rgb(167,107,121); }

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

border-color css

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

 span { border-color: rgb(167,107,121); }

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