Html Css Color HEX #A76F7C Turkish Rose

📋 copy color: '#A76F7C'

red 167 ◦ green 111 ◦ blue 124

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

Shades of Turkish Rose #A76F7C

Tints of Turkish Rose #A76F7C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.61%

 BLUE value IS 124 (48.83% from 255) = 30.85%

R = 41.54%
G = 27.61%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A76F7C (or 0xA76F7C) is known color: Turkish Rose. HEX triplet: A7, 6F and 7C. RGB value is (167,111,124). Sum of RGB (Red+Green+Blue) = 167+111+124=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76F7C is #589083. Grayscale: #818181. Windows color (decimal): -5804164 or 8155047. OLE color: 8155047.

HSL color Cylindrical-coordinate representation of color #A76F7C: hue angle of 346.07º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A76F7C is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 111 124 -
CMYK 0 0.34 0.26 0.35
HSL 346.07º 0.24% 0.55% -
HSV(B) 346.07º 0.34% 0.65% -
XYZ 25.26 21.04 21.8 -
YUV 129.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 167 111 124 0 0.34 0.26 0.35 346.07 0.24 0.55
Hex A7 6F 7C 0 22 1A 23 15A 18 37
Octal 247 157 174 0 42 32 43 532 30 67
Binary 10100111 1101111 1111100 0 100010 11010 100011 101011010 11000 110111

Color Harmonies of #A76F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76F7C

Black with #A76F7C

Text Example


Text Example

White with #A76F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76F7C; }

 p { color: rgb(167,111,124); }

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

background-color css

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

 a { background-color: rgb(167,111,124); }

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

border-color css

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

 span { border-color: rgb(167,111,124); }

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